Lines Matching refs:local_plt
3759 struct plt_entry **local_plt; in update_local_sym_info() local
3767 + sizeof (*local_plt) in update_local_sym_info()
3775 local_plt = (struct plt_entry **) (local_got_refcounts + symtab_hdr->sh_info); in update_local_sym_info()
3776 local_got_tls_masks = (char *) (local_plt + symtab_hdr->sh_info); in update_local_sym_info()
3780 return local_plt + r_symndx; in update_local_sym_info()
4969 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_gc_sweep_hook() local
4972 (local_plt + symtab_hdr->sh_info); in ppc_elf_gc_sweep_hook()
4975 struct plt_entry **ifunc = local_plt + r_symndx; in ppc_elf_gc_sweep_hook()
5380 struct plt_entry **local_plt; in ppc_elf_tls_optimize() local
5400 local_plt = (struct plt_entry **) in ppc_elf_tls_optimize()
5402 lgot_masks = (char *) (local_plt + symtab_hdr->sh_info); in ppc_elf_tls_optimize()
6153 struct plt_entry **local_plt; in ppc_elf_size_dynamic_sections() local
6207 local_plt = (struct plt_entry **) end_local_got; in ppc_elf_size_dynamic_sections()
6208 end_local_plt = local_plt + locsymcount; in ppc_elf_size_dynamic_sections()
6249 for (; local_plt < end_local_plt; ++local_plt) in ppc_elf_size_dynamic_sections()
6255 for (ent = *local_plt; ent != NULL; ent = ent->next) in ppc_elf_size_dynamic_sections()
6897 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_relax_section() local
6900 (local_plt + symtab_hdr->sh_info); in ppc_elf_relax_section()
6950 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_relax_section() local
6952 plist = local_plt + ELF32_R_SYM (irel->r_info); in ppc_elf_relax_section()
7681 struct plt_entry **local_plt; in ppc_elf_relocate_section() local
7683 local_plt in ppc_elf_relocate_section()
7685 lgot_masks = (char *) (local_plt + symtab_hdr->sh_info); in ppc_elf_relocate_section()
7959 struct plt_entry **local_plt; in ppc_elf_relocate_section() local
7961 local_plt = (struct plt_entry **) (local_got_offsets in ppc_elf_relocate_section()
7963 ifunc = local_plt + r_symndx; in ppc_elf_relocate_section()