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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf-bfd.h1325 #define elf_local_got_ents(bfd) (elf_tdata(bfd) -> local_got.ents)
1323 #define elf_local_got_ents macro
H A Delf64-ppc.c4097 struct got_entry **local_got_ents = elf_local_got_ents (abfd);
4108 elf_local_got_ents (abfd) = local_got_ents;
4933 local_got_ents = elf_local_got_ents (abfd);
5757 lgot_ents = elf_local_got_ents (ibfd);
6560 ent = elf_local_got_ents (ibfd)[r_symndx];
6950 lgot_ents = elf_local_got_ents (ibfd);
8625 local_got_ents = elf_local_got_ents (input_bfd);

Completed in 161 milliseconds