Home | History | Annotate | Download | only in bfd

Lines Matching refs:plt_entry

3030 struct plt_entry
3032 struct plt_entry *next;
3569 struct plt_entry **entp;
3570 struct plt_entry *ent;
3574 struct plt_entry *dent;
3759 static struct plt_entry **
3766 struct plt_entry **local_plt;
3782 local_plt = (struct plt_entry **) (local_got_refcounts + symtab_hdr->sh_info);
3791 update_plt_info (bfd *abfd, struct plt_entry **plist,
3794 struct plt_entry *ent;
3817 static struct plt_entry *
3818 find_plt_ent (struct plt_entry **plist, asection *sec, bfd_vma addend)
3820 struct plt_entry *ent;
3959 struct plt_entry **ifunc;
4979 struct plt_entry **local_plt = (struct plt_entry **)
4985 struct plt_entry **ifunc = local_plt + r_symndx;
4987 struct plt_entry *ent;
5026 struct plt_entry *ent;
5072 struct plt_entry *ent;
5123 struct plt_entry *ent;
5368 struct plt_entry *ent;
5391 struct plt_entry **local_plt;
5411 local_plt = (struct plt_entry **)
5500 struct plt_entry *ent;
5654 add_stub_sym (struct plt_entry *ent,
5753 struct plt_entry *ent;
6166 struct plt_entry **local_plt;
6167 struct plt_entry **end_local_plt;
6220 local_plt = (struct plt_entry **) end_local_got;
6264 struct plt_entry *ent;
6810 struct plt_entry **plist;
6911 struct plt_entry **local_plt = (struct plt_entry **)
6964 struct plt_entry **local_plt = (struct plt_entry **)
6971 struct plt_entry *ent;
7365 write_glink_stub (struct plt_entry *ent, asection *plt_sec, unsigned char *p,
7628 struct plt_entry **ifunc;
7697 struct plt_entry **local_plt;
7700 = (struct plt_entry **) (local_got_offsets + symtab_hdr->sh_info);
7965 struct plt_entry *ent;
7975 struct plt_entry **local_plt;
7977 local_plt = (struct plt_entry **) (local_got_offsets
8577 struct plt_entry *ent;
8709 struct plt_entry *ent = find_plt_ent (&h->plt.plist, got2,
9513 struct plt_entry *ent;
9554 const bfd_vma *plt_entry;
9560 plt_entry = info->shared ? ppc_elf_vxworks_pic_plt_entry
9567 plt_entry[0] | PPC_HA (got_offset),
9570 plt_entry[1] | PPC_LO (got_offset),
9578 plt_entry[0] | PPC_HA (got_loc),
9581 plt_entry[1] | PPC_LO (got_loc),
9585 bfd_put_32 (output_bfd, plt_entry[2],
9587 bfd_put_32 (output_bfd, plt_entry[3],
9597 plt_entry[4] | reloc_index,
9606 (plt_entry[5]
9609 bfd_put_32 (output_bfd, plt_entry[6],
9611 bfd_put_32 (output_bfd, plt_entry[7],
9993 const bfd_vma *plt_entry = (info->shared
10001 bfd_put_32 (output_bfd, plt_entry[0] | PPC_HA (got_value),
10003 bfd_put_32 (output_bfd, plt_entry[1] | PPC_LO (got_value),
10008 bfd_put_32 (output_bfd, plt_entry[0], splt->contents + 0);
10009 bfd_put_32 (output_bfd, plt_entry[1], splt->contents + 4);
10011 bfd_put_32 (output_bfd, plt_entry[2], splt->contents + 8);
10012 bfd_put_32 (output_bfd, plt_entry[3], splt->contents + 12);
10013 bfd_put_32 (output_bfd, plt_entry[4], splt->contents + 16);
10014 bfd_put_32 (output_bfd, plt_entry[5], splt->contents + 20);
10015 bfd_put_32 (output_bfd, plt_entry[6], splt->contents + 24);
10016 bfd_put_32 (output_bfd, plt_entry[7], splt->contents + 28);