HomeSort by relevance Sort by last modified time
    Searched refs:blhe (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/ld/
plugin.c 627 struct bfd_link_hash_entry *blhe)
637 blhe->root.string))
642 struct elf_link_hash_entry *el = (struct elf_link_hash_entry *)blhe;
662 && strcmp (sym->name, blhe->root.string) == 0)
680 struct bfd_link_hash_entry *blhe; local
685 blhe = bfd_link_hash_lookup (link_info.hash, syms[n].name,
688 blhe = bfd_wrapped_link_hash_lookup (link_info.output_bfd, &link_info,
690 if (!blhe)
713 /* Determine resolution from blhe type and symbol's original type. */
714 if (blhe->type == bfd_link_hash_undefine
    [all...]
pe-dll.c 647 struct bfd_link_hash_entry *blhe; local
744 blhe = bfd_link_hash_lookup (info->hash, name,
748 if (blhe && blhe->type == bfd_link_hash_defined)
915 blhe = bfd_link_hash_lookup (info->hash,
919 if (blhe
920 && (blhe->type == bfd_link_hash_defined
921 || (blhe->type == bfd_link_hash_common)))
930 if (blhe->type == bfd_link_hash_defined)
931 exported_symbol_sections[i] = blhe->u.def.section
1144 struct bfd_link_hash_entry *blhe; local
1403 struct bfd_link_hash_entry *blhe local
3080 struct bfd_link_hash_entry *blhe; local
    [all...]

Completed in 176 milliseconds