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

  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 2858 struct bfd_link_hash_entry *name_thunk_sym; local
2862 name_thunk_sym = bfd_link_hash_lookup (link_info.hash, thname, 0, 0, 1);
2864 if (!(name_thunk_sym && name_thunk_sym->type == bfd_link_hash_defined))
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 2856 struct bfd_link_hash_entry *name_thunk_sym; local
2860 name_thunk_sym = bfd_link_hash_lookup (link_info.hash, thname, 0, 0, 1);
2862 if (!(name_thunk_sym && name_thunk_sym->type == bfd_link_hash_defined))

Completed in 28 milliseconds