Lines Matching refs:eh_syms
1133 struct elf_link_hash_entry **eh_syms; in elf32_hppa_check_relocs() local
1147 eh_syms = elf_sym_hashes (abfd); in elf32_hppa_check_relocs()
1170 hh = hppa_elf_hash_entry (eh_syms[r_symndx - symtab_hdr->sh_info]); in elf32_hppa_check_relocs()
1586 struct elf_link_hash_entry **eh_syms; in elf32_hppa_gc_sweep_hook() local
1602 eh_syms = elf_sym_hashes (abfd); in elf32_hppa_gc_sweep_hook()
1622 eh = eh_syms[r_symndx - symtab_hdr->sh_info]; in elf32_hppa_gc_sweep_hook()
2727 struct elf_link_hash_entry **eh_syms; in get_local_syms() local
2733 eh_syms = (struct elf_link_hash_entry **) elf_sym_hashes (input_bfd); in get_local_syms()
2734 eh_symend = (struct elf_link_hash_entry **) (eh_syms + symcount); in get_local_syms()
2738 for (; eh_syms < eh_symend; eh_syms++) in get_local_syms()
2742 hh = hppa_elf_hash_entry (*eh_syms); in get_local_syms()