Lines Matching refs:eh_syms
1145 struct elf_link_hash_entry **eh_syms; in elf32_hppa_check_relocs() local
1159 eh_syms = elf_sym_hashes (abfd); in elf32_hppa_check_relocs()
1182 hh = hppa_elf_hash_entry (eh_syms[r_symndx - symtab_hdr->sh_info]); in elf32_hppa_check_relocs()
1593 struct elf_link_hash_entry **eh_syms; in elf32_hppa_gc_sweep_hook() local
1609 eh_syms = elf_sym_hashes (abfd); in elf32_hppa_gc_sweep_hook()
1629 eh = eh_syms[r_symndx - symtab_hdr->sh_info]; in elf32_hppa_gc_sweep_hook()
2734 struct elf_link_hash_entry **eh_syms; in get_local_syms() local
2740 eh_syms = (struct elf_link_hash_entry **) elf_sym_hashes (input_bfd); in get_local_syms()
2741 eh_symend = (struct elf_link_hash_entry **) (eh_syms + symcount); in get_local_syms()
2745 for (; eh_syms < eh_symend; eh_syms++) in get_local_syms()
2749 hh = hppa_elf_hash_entry (*eh_syms); in get_local_syms()