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

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf64-ppc.c4383 struct got_entry **local_got_ents = elf_local_got_ents (abfd);
4386 if (local_got_ents == NULL)
4390 size *= sizeof (*local_got_ents) + sizeof (*local_got_tls_masks);
4391 local_got_ents = bfd_zalloc (abfd, size);
4392 if (local_got_ents == NULL)
4394 elf_local_got_ents (abfd) = local_got_ents;
4401 for (ent = local_got_ents[r_symndx]; ent != NULL; ent = ent->next)
4412 ent->next = local_got_ents[r_symndx];
4417 local_got_ents[r_symndx] = ent;
4422 local_got_tls_masks = (char *) (local_got_ents
4379 struct got_entry **local_got_ents = elf_local_got_ents (abfd); local
5347 struct got_entry **local_got_ents; local
10026 struct got_entry **local_got_ents; local
[all...]

Completed in 47 milliseconds