Home
last modified time | relevance | path

Searched refs:elf_local_got_ents (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf64-ppc.c3498 struct got_entry **local_got_ents = elf_local_got_ents (abfd); in update_local_sym_info()
3509 elf_local_got_ents (abfd) = local_got_ents; in update_local_sym_info()
4200 local_got_ents = elf_local_got_ents (abfd); in ppc64_elf_gc_sweep_hook()
4847 lgot_ents = elf_local_got_ents (ibfd); in get_sym_h()
5514 ent = elf_local_got_ents (ibfd)[r_symndx]; in ppc64_elf_tls_optimize()
5906 lgot_ents = elf_local_got_ents (ibfd); in ppc64_elf_size_dynamic_sections()
7423 local_got_ents = elf_local_got_ents (input_bfd); in ppc64_elf_relocate_section()
H A Delf-bfd.h1265 #define elf_local_got_ents(bfd) (elf_tdata(bfd) -> local_got.ents) macro
H A DChangeLog-02034595 (elf_local_got_ents): Declare.
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf64-ppc.c4291 struct got_entry **local_got_ents = elf_local_got_ents (abfd); in update_local_sym_info()
4302 elf_local_got_ents (abfd) = local_got_ents; in update_local_sym_info()
5236 local_got_ents = elf_local_got_ents (abfd); in ppc64_elf_gc_sweep_hook()
6065 lgot_ents = elf_local_got_ents (ibfd); in get_sym_h()
7048 ent = elf_local_got_ents (ibfd)[r_symndx]; in ppc64_elf_tls_optimize()
7897 lgot_ents = elf_local_got_ents (ibfd); in ppc64_elf_size_dynamic_sections()
9769 local_got_ents = elf_local_got_ents (input_bfd); in ppc64_elf_relocate_section()
H A Delf-bfd.h1385 #define elf_local_got_ents(bfd) (elf_tdata(bfd) -> local_got.ents) macro
H A DChangeLog-02034595 (elf_local_got_ents): Declare.