Home
last modified time | relevance | path

Searched refs:plist (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Dhash.c135 struct hash_entry ***plist, unsigned long *phash) in hash_lookup() argument
165 if (plist != NULL) in hash_lookup()
166 *plist = list; in hash_lookup()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-ppc.c3559 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() argument
3791 for (ent = *plist; ent != NULL; ent = ent->next) in update_plt_info()
3800 ent->next = *plist; in update_plt_info()
[all …]
Delfxx-mips.c2962 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 …]
Delf64-ppc.c4587 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() argument
5163 for (ent = *plist; ent != NULL; ent = ent->next) in update_plt_info()
5172 ent->next = *plist; in update_plt_info()
[all …]
DChangeLog-20131348 (mips_elf_output_extsym): Update to use gotplt_union's plist
1352 (mips_elf_count_got_symbols): Update to use gotplt_union's plist
1362 gotplt_union's plist member rather than offset. Set individual
1377 gotplt_union's plist member rather than offset. Handle
1380 gotplt_union's plist member rather than offset. Use
1386 gotplt_union's plist member rather than offset.
Delf-bfd.h91 struct plt_entry *plist; member
DChangeLog-200957 hiding has nulled out plt.plist.
2008 * elf32-ppc.c (find_plt_ent): Pass pointer to plist rather than
DChangeLog-20072552 unused entries. Don't clear plt.plist in loop.
DChangeLog-20052553 (ppc_elf_copy_indirect_symbol): Handle merge of plt plist. Don't
DChangeLog-02034589 (struct elf_link_hash_entry): Add "glist" and "plist" fields to
/toolchain/binutils/binutils-2.25/binutils/
Dieee.c4347 struct ieee_range **plist, *r, **pr; in ieee_add_range() local
4353 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()