Home
last modified time | relevance | path

Searched refs:eh_syms (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-hppa.c1145 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()
[all …]
Delf32-metag.c1493 struct elf_link_hash_entry **eh_syms; in elf_metag_relocate_section() local
1500 eh_syms = elf_sym_hashes (input_bfd); in elf_metag_relocate_section()
1550 r_symndx, symtab_hdr, eh_syms, in elf_metag_relocate_section()
2102 struct elf_link_hash_entry **eh_syms; in elf_metag_check_relocs() local
2116 eh_syms = elf_sym_hashes (abfd); in elf_metag_check_relocs()
2147 eh_syms[r_symndx - symtab_hdr->sh_info]; in elf_metag_check_relocs()
3460 struct elf_link_hash_entry **eh_syms; in elf_metag_gc_sweep_hook() local
3471 eh_syms = elf_sym_hashes (abfd); in elf_metag_gc_sweep_hook()
3491 eh = eh_syms[r_symndx - symtab_hdr->sh_info]; in elf_metag_gc_sweep_hook()