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

/freebsd-10.3-release/contrib/binutils/bfd/
H A Delf64-ppc.c4314 struct got_entry **local_got_ents = elf_local_got_ents (abfd);
4317 if (local_got_ents == NULL)
4321 size *= sizeof (*local_got_ents) + sizeof (*local_got_tls_masks);
4322 local_got_ents = bfd_zalloc (abfd, size);
4323 if (local_got_ents == NULL)
4325 elf_local_got_ents (abfd) = local_got_ents;
4332 for (ent = local_got_ents[r_symndx]; ent != NULL; ent = ent->next)
4343 ent->next = local_got_ents[r_symndx];
4348 local_got_ents[r_symndx] = ent;
4353 local_got_tls_masks = (char *) (local_got_ents
4310 struct got_entry **local_got_ents = elf_local_got_ents (abfd); local
5250 struct got_entry **local_got_ents; local
9803 struct got_entry **local_got_ents; local
[all...]

Completed in 64 milliseconds