HomeSort by relevance Sort by last modified time
    Searched refs:undefs (Results 1 - 19 of 19) 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:
objgraph.py 129 undefs = {}
133 store(undefs, ext, filename)
134 elist = undefs.keys()
138 flist = undefs[ext]
  /external/python/cpython2/Tools/scripts/
ifdef.py 33 undefs = [] variable
41 undefs.append(a)
82 elif word in undefs:
objgraph.py 129 undefs = {}
133 store(undefs, ext, filename)
134 elist = undefs.keys()
138 flist = undefs[ext]
  /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;
  /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/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...]
  /external/fec/
configure     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
linker.c 479 table->undefs = NULL;
669 /* Add a symbol to the linker hash table undefs list. */
678 if (table->undefs == NULL)
679 table->undefs = h;
683 /* The undefs list was designed so that in normal use we don't need to
695 pun = &table->undefs;
707 if (pun == &table->undefs)
    [all...]
ecoff.c     [all...]
elf64-ia64-vms.c     [all...]
elflink.c     [all...]
vms-alpha.c     [all...]
  /external/v8/src/
objects.cc 16729 uint32_t undefs = 0; local
16899 unsigned int undefs = limit; local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c 3266 struct bfd_link_hash_entry *undefs; local
    [all...]
  /external/cmockery/cmockery_0_1_2/
configure     [all...]

Completed in 1269 milliseconds