Searched refs:plist (Results 1 – 11 of 11) sorted by relevance
135 struct hash_entry ***plist, unsigned long *phash) in hash_lookup() argument165 if (plist != NULL) in hash_lookup()166 *plist = list; in hash_lookup()
3559 if (eind->elf.plt.plist != NULL) in ppc_elf_copy_indirect_symbol()3561 if (edir->elf.plt.plist != NULL) in ppc_elf_copy_indirect_symbol()3566 for (entp = &eind->elf.plt.plist; (ent = *entp) != NULL; ) in ppc_elf_copy_indirect_symbol()3570 for (dent = edir->elf.plt.plist; dent != NULL; dent = dent->next) in ppc_elf_copy_indirect_symbol()3580 *entp = edir->elf.plt.plist; in ppc_elf_copy_indirect_symbol()3583 edir->elf.plt.plist = eind->elf.plt.plist; in ppc_elf_copy_indirect_symbol()3584 eind->elf.plt.plist = NULL; in ppc_elf_copy_indirect_symbol()3784 update_plt_info (bfd *abfd, struct plt_entry **plist, in update_plt_info() argument3791 for (ent = *plist; ent != NULL; ent = ent->next) in update_plt_info()3800 ent->next = *plist; in update_plt_info()[all …]
2962 BFD_ASSERT (hd->root.plt.plist != NULL); in mips_elf_output_extsym()2963 BFD_ASSERT (hd->root.plt.plist->stub_offset != MINUS_ONE); in mips_elf_output_extsym()2973 h->esym.asym.value = (hd->root.plt.plist->stub_offset in mips_elf_output_extsym()3455 BFD_ASSERT (h->plt.plist != NULL); in mips_elf_gotplt_index()3456 BFD_ASSERT (h->plt.plist->gotplt_index != MINUS_ONE); in mips_elf_gotplt_index()3461 + (h->plt.plist->gotplt_index in mips_elf_gotplt_index()4457 && h->root.plt.plist->mips_offset != MINUS_ONE) in mips_elf_count_got_symbols()5551 && h->root.plt.plist->comp_offset != MINUS_ONE in mips_elf_calculate_relocation()5552 && h->root.plt.plist->mips_offset != MINUS_ONE) in mips_elf_calculate_relocation()5561 + h->root.plt.plist->comp_offset in mips_elf_calculate_relocation()[all …]
4587 if (from->elf.plt.plist != NULL) in move_plt_plist()4589 if (to->elf.plt.plist != NULL) in move_plt_plist()4594 for (entp = &from->elf.plt.plist; (ent = *entp) != NULL; ) in move_plt_plist()4598 for (dent = to->elf.plt.plist; dent != NULL; dent = dent->next) in move_plt_plist()4608 *entp = to->elf.plt.plist; in move_plt_plist()4611 to->elf.plt.plist = from->elf.plt.plist; in move_plt_plist()4612 from->elf.plt.plist = NULL; in move_plt_plist()5159 update_plt_info (bfd *abfd, struct plt_entry **plist, bfd_vma addend) in update_plt_info() argument5163 for (ent = *plist; ent != NULL; ent = ent->next) in update_plt_info()5172 ent->next = *plist; in update_plt_info()[all …]
1348 (mips_elf_output_extsym): Update to use gotplt_union's plist1352 (mips_elf_count_got_symbols): Update to use gotplt_union's plist1362 gotplt_union's plist member rather than offset. Set individual1377 gotplt_union's plist member rather than offset. Handle1380 gotplt_union's plist member rather than offset. Use1386 gotplt_union's plist member rather than offset.
91 struct plt_entry *plist; member
57 hiding has nulled out plt.plist.2008 * elf32-ppc.c (find_plt_ent): Pass pointer to plist rather than
2552 unused entries. Don't clear plt.plist in loop.
2553 (ppc_elf_copy_indirect_symbol): Handle merge of plt plist. Don't
4589 (struct elf_link_hash_entry): Add "glist" and "plist" fields to
4347 struct ieee_range **plist, *r, **pr; in ieee_add_range() local4353 plist = &info->global_ranges; in ieee_add_range()4355 plist = &info->ranges; in ieee_add_range()4357 for (r = *plist; r != NULL; r = r->next) in ieee_add_range()4388 for (pr = plist; *pr != NULL; pr = &(*pr)->next) in ieee_add_range()