Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf64-ppc.c4843 struct got_entry **lgot_ents; in get_sym_h() local
4847 lgot_ents = elf_local_got_ents (ibfd); in get_sym_h()
4848 if (lgot_ents != NULL) in get_sym_h()
4850 char *lgot_masks = (char *) (lgot_ents + symtab_hdr->sh_info); in get_sym_h()
5855 struct got_entry **lgot_ents; in ppc64_elf_size_dynamic_sections() local
5906 lgot_ents = elf_local_got_ents (ibfd); in ppc64_elf_size_dynamic_sections()
5907 if (!lgot_ents) in ppc64_elf_size_dynamic_sections()
5912 end_lgot_ents = lgot_ents + locsymcount; in ppc64_elf_size_dynamic_sections()
5916 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks) in ppc64_elf_size_dynamic_sections()
5920 for (ent = *lgot_ents; ent != NULL; ent = ent->next) in ppc64_elf_size_dynamic_sections()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf64-ppc.c6061 struct got_entry **lgot_ents; in get_sym_h() local
6065 lgot_ents = elf_local_got_ents (ibfd); in get_sym_h()
6066 if (lgot_ents != NULL) in get_sym_h()
6068 char *lgot_masks = (char *) (lgot_ents + symtab_hdr->sh_info); in get_sym_h()
7849 struct got_entry **lgot_ents; in ppc64_elf_size_dynamic_sections() local
7897 lgot_ents = elf_local_got_ents (ibfd); in ppc64_elf_size_dynamic_sections()
7898 if (!lgot_ents) in ppc64_elf_size_dynamic_sections()
7903 end_lgot_ents = lgot_ents + locsymcount; in ppc64_elf_size_dynamic_sections()
7907 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks) in ppc64_elf_size_dynamic_sections()
7911 for (ent = *lgot_ents; ent != NULL; ent = ent->next) in ppc64_elf_size_dynamic_sections()