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

  /src/external/gpl3/binutils/dist/ld/
plugin.c 652 struct bfd_link_hash_entry *blhe)
656 if (blhe->non_ir_ref_dynamic
662 blhe->root.string))
667 struct elf_link_hash_entry *el = (struct elf_link_hash_entry *)blhe;
767 struct bfd_link_hash_entry *blhe; local
777 blhe = h;
779 if (blhe)
781 if (blhe->wrapper_symbol)
786 = unwrap_hash_lookup (&link_info, (bfd *) abfd, blhe);
794 blhe = bfd_wrapped_link_hash_lookup (link_info.output_bfd
    [all...]
pe-dll.c 737 struct bfd_link_hash_entry *blhe; local
851 blhe = bfd_link_hash_lookup (info->hash, name,
855 if (blhe && blhe->type == bfd_link_hash_defined)
1019 blhe = bfd_link_hash_lookup (info->hash,
1023 if (blhe
1024 && (blhe->type == bfd_link_hash_defined
1025 || (blhe->type == bfd_link_hash_common)))
1034 if (blhe->type == bfd_link_hash_defined)
1035 exported_symbol_sections[i] = blhe->u.def.section
1242 struct bfd_link_hash_entry *blhe; local
1666 const struct bfd_link_hash_entry *blhe local
3282 struct bfd_link_hash_entry *blhe; local
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
plugin.c 653 struct bfd_link_hash_entry *blhe)
657 if (blhe->non_ir_ref_dynamic
663 blhe->root.string))
668 struct elf_link_hash_entry *el = (struct elf_link_hash_entry *)blhe;
768 struct bfd_link_hash_entry *blhe; local
778 blhe = h;
780 if (blhe)
782 if (blhe->wrapper_symbol)
787 = unwrap_hash_lookup (&link_info, (bfd *) abfd, blhe);
795 blhe = bfd_wrapped_link_hash_lookup (link_info.output_bfd
    [all...]
pe-dll.c 710 struct bfd_link_hash_entry *blhe; local
816 blhe = bfd_link_hash_lookup (info->hash, name,
820 if (blhe && blhe->type == bfd_link_hash_defined)
984 blhe = bfd_link_hash_lookup (info->hash,
988 if (blhe
989 && (blhe->type == bfd_link_hash_defined
990 || (blhe->type == bfd_link_hash_common)))
999 if (blhe->type == bfd_link_hash_defined)
1000 exported_symbol_sections[i] = blhe->u.def.section
1206 struct bfd_link_hash_entry *blhe; local
1630 const struct bfd_link_hash_entry *blhe local
3280 struct bfd_link_hash_entry *blhe; local
    [all...]

Completed in 27 milliseconds