Lines Matching refs:plt_entry

3136 struct plt_entry  struct
3138 struct plt_entry *next; argument
3679 struct plt_entry **entp; in ppc_elf_copy_indirect_symbol()
3680 struct plt_entry *ent; in ppc_elf_copy_indirect_symbol()
3684 struct plt_entry *dent; in ppc_elf_copy_indirect_symbol()
3867 static struct plt_entry **
3874 struct plt_entry **local_plt; in update_local_sym_info()
3890 local_plt = (struct plt_entry **) (local_got_refcounts + symtab_hdr->sh_info); in update_local_sym_info()
3899 update_plt_info (bfd *abfd, struct plt_entry **plist, in update_plt_info()
3902 struct plt_entry *ent; in update_plt_info()
3925 static struct plt_entry *
3926 find_plt_ent (struct plt_entry **plist, asection *sec, bfd_vma addend) in find_plt_ent()
3928 struct plt_entry *ent; in find_plt_ent()
4026 struct plt_entry **ifunc; in ppc_elf_check_relocs()
5095 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_gc_sweep_hook()
5101 struct plt_entry **ifunc = local_plt + r_symndx; in ppc_elf_gc_sweep_hook()
5103 struct plt_entry *ent; in ppc_elf_gc_sweep_hook()
5142 struct plt_entry *ent; in ppc_elf_gc_sweep_hook()
5188 struct plt_entry *ent; in ppc_elf_gc_sweep_hook()
5241 struct plt_entry *ent; in ppc_elf_tls_setup()
5487 struct plt_entry *ent; in ppc_elf_tls_optimize()
5510 struct plt_entry **local_plt; in ppc_elf_tls_optimize()
5530 local_plt = (struct plt_entry **) in ppc_elf_tls_optimize()
5618 struct plt_entry *ent; in ppc_elf_adjust_dynamic_symbol()
5801 add_stub_sym (struct plt_entry *ent, in add_stub_sym()
5901 struct plt_entry *ent; in allocate_dynrelocs()
6324 struct plt_entry **local_plt; in ppc_elf_size_dynamic_sections()
6325 struct plt_entry **end_local_plt; in ppc_elf_size_dynamic_sections()
6378 local_plt = (struct plt_entry **) end_local_got; in ppc_elf_size_dynamic_sections()
6422 struct plt_entry *ent; in ppc_elf_size_dynamic_sections()
6972 struct plt_entry **plist; in ppc_elf_relax_section()
7077 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_relax_section()
7141 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_relax_section()
7148 struct plt_entry *ent; in ppc_elf_relax_section()
7549 write_glink_stub (struct plt_entry *ent, asection *plt_sec, unsigned char *p, in write_glink_stub()
7819 struct plt_entry **ifunc; in ppc_elf_relocate_section()
7903 struct plt_entry **local_plt; in ppc_elf_relocate_section()
7906 = (struct plt_entry **) (local_got_offsets + symtab_hdr->sh_info); in ppc_elf_relocate_section()
8285 struct plt_entry *ent; in ppc_elf_relocate_section()
8295 struct plt_entry **local_plt; in ppc_elf_relocate_section()
8297 local_plt = (struct plt_entry **) (local_got_offsets in ppc_elf_relocate_section()
8919 struct plt_entry *ent; in ppc_elf_relocate_section()
9052 struct plt_entry *ent; in ppc_elf_relocate_section()
9944 struct plt_entry *ent; in ppc_elf_finish_dynamic_symbol()
9985 const bfd_vma *plt_entry; in ppc_elf_finish_dynamic_symbol() local
9991 plt_entry = bfd_link_pic (info) ? ppc_elf_vxworks_pic_plt_entry in ppc_elf_finish_dynamic_symbol()
9998 plt_entry[0] | PPC_HA (got_offset), in ppc_elf_finish_dynamic_symbol()
10001 plt_entry[1] | PPC_LO (got_offset), in ppc_elf_finish_dynamic_symbol()
10009 plt_entry[0] | PPC_HA (got_loc), in ppc_elf_finish_dynamic_symbol()
10012 plt_entry[1] | PPC_LO (got_loc), in ppc_elf_finish_dynamic_symbol()
10016 bfd_put_32 (output_bfd, plt_entry[2], in ppc_elf_finish_dynamic_symbol()
10018 bfd_put_32 (output_bfd, plt_entry[3], in ppc_elf_finish_dynamic_symbol()
10028 plt_entry[4] | reloc_index, in ppc_elf_finish_dynamic_symbol()
10037 (plt_entry[5] in ppc_elf_finish_dynamic_symbol()
10040 bfd_put_32 (output_bfd, plt_entry[6], in ppc_elf_finish_dynamic_symbol()
10042 bfd_put_32 (output_bfd, plt_entry[7], in ppc_elf_finish_dynamic_symbol()
10423 const bfd_vma *plt_entry = (bfd_link_pic (info) in ppc_elf_finish_dynamic_sections() local
10431 bfd_put_32 (output_bfd, plt_entry[0] | PPC_HA (got_value), in ppc_elf_finish_dynamic_sections()
10433 bfd_put_32 (output_bfd, plt_entry[1] | PPC_LO (got_value), in ppc_elf_finish_dynamic_sections()
10438 bfd_put_32 (output_bfd, plt_entry[0], splt->contents + 0); in ppc_elf_finish_dynamic_sections()
10439 bfd_put_32 (output_bfd, plt_entry[1], splt->contents + 4); in ppc_elf_finish_dynamic_sections()
10441 bfd_put_32 (output_bfd, plt_entry[2], splt->contents + 8); in ppc_elf_finish_dynamic_sections()
10442 bfd_put_32 (output_bfd, plt_entry[3], splt->contents + 12); in ppc_elf_finish_dynamic_sections()
10443 bfd_put_32 (output_bfd, plt_entry[4], splt->contents + 16); in ppc_elf_finish_dynamic_sections()
10444 bfd_put_32 (output_bfd, plt_entry[5], splt->contents + 20); in ppc_elf_finish_dynamic_sections()
10445 bfd_put_32 (output_bfd, plt_entry[6], splt->contents + 24); in ppc_elf_finish_dynamic_sections()
10446 bfd_put_32 (output_bfd, plt_entry[7], splt->contents + 28); in ppc_elf_finish_dynamic_sections()