HomeSort by relevance Sort by last modified time
    Searched defs:undefs (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 111 const std::vector<const char *> &undefs = Mod->getAsmUndefinedRefs(); local
112 for (int i = 0, e = undefs.size(); i != e; ++i)
113 AsmUndefinedRefs[undefs[i]] = 1;
127 const std::vector<const char*> &Undefs = Mod->getAsmUndefinedRefs();
128 for (int I = 0, E = Undefs.size(); I != E; ++I)
129 AsmUndefinedRefs[Undefs[I]] = 1;
  /toolchain/binutils/binutils-2.25/gold/
plugin.cc 580 Undefined_symbol_list undefs; local
581 undefs.reserve(this->undefined_symbols_.size());
582 this->undefined_symbols_.swap(undefs);
586 for (Undefined_symbol_list::const_iterator p = undefs.begin();
587 p != undefs.end();
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfdlink.h 170 struct bfd_link_hash_entry *undefs;
171 /* Entries are added to the tail of the undefs list. */
198 /* Add an entry to the undefs list. */
202 /* Remove symbols from the undefs list that don't belong there. */
169 struct bfd_link_hash_entry *undefs; member in struct:bfd_link_hash_table
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfdlink.h 170 struct bfd_link_hash_entry *undefs;
171 /* Entries are added to the tail of the undefs list. */
198 /* Add an entry to the undefs list. */
202 /* Remove symbols from the undefs list that don't belong there. */
169 struct bfd_link_hash_entry *undefs; member in struct:bfd_link_hash_table
  /toolchain/binutils/binutils-2.25/include/
bfdlink.h 168 struct bfd_link_hash_entry *undefs;
169 /* Entries are added to the tail of the undefs list. */
204 /* Add an entry to the undefs list. */
208 /* Remove symbols from the undefs list that don't belong there. */
167 struct bfd_link_hash_entry *undefs; member in struct:bfd_link_hash_table
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c 3266 struct bfd_link_hash_entry *undefs; local
    [all...]
  /external/v8/src/
objects.cc 16607 uint32_t undefs = 0; local
16777 unsigned int undefs = limit; local
    [all...]

Completed in 696 milliseconds