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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
ifdef.py 33 undefs = [] variable
41 undefs.append(a)
82 elif word in undefs:
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.cpp 99 const std::vector<const char*> &undefs = mod->getAsmUndefinedRefs(); local
100 for (int i = 0, e = undefs.size(); i != e; ++i)
101 _asmUndefinedRefs[undefs[i]] = 1;
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 139 const std::vector<const char *> &undefs = Mod->getAsmUndefinedRefs(); local
140 for (int i = 0, e = undefs.size(); i != e; ++i)
141 AsmUndefinedRefs[undefs[i]] = 1;
158 const std::vector<const char*> &Undefs = Mod->getAsmUndefinedRefs();
159 for (int I = 0, E = Undefs.size(); I != E; ++I)
160 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 17306 uint32_t undefs = 0; local
17476 unsigned int undefs = limit; local
    [all...]

Completed in 272 milliseconds