Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.c7446 struct got_entry **lgot_ents; in get_sym_h() local
7450 lgot_ents = elf_local_got_ents (ibfd); in get_sym_h()
7451 if (lgot_ents != NULL) in get_sym_h()
7454 (lgot_ents + symtab_hdr->sh_info); in get_sym_h()
9934 struct got_entry **lgot_ents; in ppc64_elf_size_dynamic_sections() local
9971 lgot_ents = elf_local_got_ents (ibfd); in ppc64_elf_size_dynamic_sections()
9972 if (!lgot_ents) in ppc64_elf_size_dynamic_sections()
9977 end_lgot_ents = lgot_ents + locsymcount; in ppc64_elf_size_dynamic_sections()
9982 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks) in ppc64_elf_size_dynamic_sections()
9986 pent = lgot_ents; in ppc64_elf_size_dynamic_sections()
[all …]