Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-spu.c1077 if (elf_local_got_ents (ibfd) == NULL) in count_stub()
1080 * sizeof (*elf_local_got_ents (ibfd))); in count_stub()
1081 elf_local_got_ents (ibfd) = bfd_zmalloc (amt); in count_stub()
1082 if (elf_local_got_ents (ibfd) == NULL) in count_stub()
1085 head = elf_local_got_ents (ibfd) + ELF32_R_SYM (irela->r_info); in count_stub()
1208 head = elf_local_got_ents (ibfd) + ELF32_R_SYM (irela->r_info); in build_stub()
4951 head = elf_local_got_ents (input_bfd) + r_symndx; in spu_elf_relocate_section()
Delf64-ppc.c5108 struct got_entry **local_got_ents = elf_local_got_ents (abfd); in update_local_sym_info()
5122 elf_local_got_ents (abfd) = local_got_ents; in update_local_sym_info()
6380 local_got_ents = elf_local_got_ents (abfd); in ppc64_elf_gc_sweep_hook()
7265 lgot_ents = elf_local_got_ents (ibfd); in get_sym_h()
8505 ent = elf_local_got_ents (ibfd)[r_symndx]; in ppc64_elf_tls_optimize()
9754 lgot_ents = elf_local_got_ents (ibfd); in ppc64_elf_size_dynamic_sections()
10102 else if (elf_local_got_ents (input_sec->owner) != NULL) in ppc_type_of_stub()
10106 elf_local_got_ents (input_sec->owner) + symtab_hdr->sh_info; in ppc_type_of_stub()
11372 lgot_ents = elf_local_got_ents (ibfd); in ppc64_elf_layout_multitoc()
13012 local_got_ents = elf_local_got_ents (input_bfd); in ppc64_elf_relocate_section()
Delf-bfd.h1730 #define elf_local_got_ents(bfd) (elf_tdata(bfd) -> local_got.ents) macro
DChangeLog-02034595 (elf_local_got_ents): Declare.