HomeSort by: relevance | last modified time | path
    Searched defs:undefs (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOCodeGenerator.cpp 138 const std::vector<StringRef> &undefs = Mod->getAsmUndefinedRefs(); local
139 for (int i = 0, e = undefs.size(); i != e; ++i)
140 AsmUndefinedRefs.insert(undefs[i]);
  /src/external/gpl3/binutils/dist/include/
bfdlink.h 213 struct bfd_link_hash_entry *undefs;
214 /* Entries are added to the tail of the undefs list. */
252 /* Add an entry to the undefs list. */
256 /* Remove symbols from the undefs list that don't belong there. */
212 struct bfd_link_hash_entry *undefs; member in struct:bfd_link_hash_table
  /src/external/gpl3/binutils.old/dist/include/
bfdlink.h 213 struct bfd_link_hash_entry *undefs;
214 /* Entries are added to the tail of the undefs list. */
248 /* Add an entry to the undefs list. */
252 /* Remove symbols from the undefs list that don't belong there. */
212 struct bfd_link_hash_entry *undefs; member in struct:bfd_link_hash_table
  /src/external/gpl3/gdb/dist/include/
bfdlink.h 213 struct bfd_link_hash_entry *undefs;
214 /* Entries are added to the tail of the undefs list. */
248 /* Add an entry to the undefs list. */
252 /* Remove symbols from the undefs list that don't belong there. */
212 struct bfd_link_hash_entry *undefs; member in struct:bfd_link_hash_table
  /src/external/gpl3/gdb.old/dist/include/
bfdlink.h 210 struct bfd_link_hash_entry *undefs;
211 /* Entries are added to the tail of the undefs list. */
245 /* Add an entry to the undefs list. */
249 /* Remove symbols from the undefs list that don't belong there. */
209 struct bfd_link_hash_entry *undefs; member in struct:bfd_link_hash_table
  /src/external/gpl3/binutils/dist/ld/
ldlang.c 3653 struct bfd_link_hash_entry *undefs;
3665 undefs = link_info.hash->undefs_tail;
3670 while (undefs != link_info.hash->undefs_tail
3673 undefs. */
3650 struct bfd_link_hash_entry *undefs; local
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 3668 struct bfd_link_hash_entry *undefs;
3682 undefs = link_info.hash->undefs_tail;
3686 while (undefs != link_info.hash->undefs_tail
3690 undefs. */
3665 struct bfd_link_hash_entry *undefs; local

Completed in 53 milliseconds