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

/freebsd-10.3-release/contrib/binutils/bfd/
H A Delf64-ppc.c6071 struct got_entry **lgot_ents;
6075 lgot_ents = elf_local_got_ents (ibfd);
6076 if (lgot_ents != NULL)
6078 char *lgot_masks = (char *) (lgot_ents + symtab_hdr->sh_info);
7861 struct got_entry **lgot_ents;
7909 lgot_ents = elf_local_got_ents (ibfd);
7910 if (!lgot_ents)
7915 end_lgot_ents = lgot_ents + locsymcount;
7919 for (; lgot_ents < end_lgot_ents; ++lgot_ents,
6067 struct got_entry **lgot_ents; local
7857 struct got_entry **lgot_ents; local
[all...]

Completed in 59 milliseconds