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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h1498 #define elf_local_got_ents(bfd) (elf_tdata(bfd) -> local_got.ents)
1496 #define elf_local_got_ents macro
H A Delf64-ppc.c4383 struct got_entry **local_got_ents = elf_local_got_ents (abfd);
4394 elf_local_got_ents (abfd) = local_got_ents;
5362 local_got_ents = elf_local_got_ents (abfd);
6173 lgot_ents = elf_local_got_ents (ibfd);
7215 ent = elf_local_got_ents (ibfd)[r_symndx];
8051 lgot_ents = elf_local_got_ents (ibfd);
10048 local_got_ents = elf_local_got_ents (input_bfd);

Completed in 118 milliseconds