Lines Matching refs:local_plt

3874   struct plt_entry **local_plt;  in update_local_sym_info()  local
3882 + sizeof (*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()
3891 local_got_tls_masks = (char *) (local_plt + symtab_hdr->sh_info); in update_local_sym_info()
3895 return local_plt + r_symndx; in update_local_sym_info()
5095 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_gc_sweep_hook() local
5098 (local_plt + symtab_hdr->sh_info); in ppc_elf_gc_sweep_hook()
5101 struct plt_entry **ifunc = local_plt + r_symndx; in ppc_elf_gc_sweep_hook()
5510 struct plt_entry **local_plt; in ppc_elf_tls_optimize() local
5530 local_plt = (struct plt_entry **) in ppc_elf_tls_optimize()
5532 lgot_masks = (char *) (local_plt + symtab_hdr->sh_info); in ppc_elf_tls_optimize()
6324 struct plt_entry **local_plt; in ppc_elf_size_dynamic_sections() local
6378 local_plt = (struct plt_entry **) end_local_got; in ppc_elf_size_dynamic_sections()
6379 end_local_plt = local_plt + locsymcount; in ppc_elf_size_dynamic_sections()
6420 for (; local_plt < end_local_plt; ++local_plt) in ppc_elf_size_dynamic_sections()
6426 for (ent = *local_plt; ent != NULL; ent = ent->next) in ppc_elf_size_dynamic_sections()
7077 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_relax_section() local
7080 (local_plt + symtab_hdr->sh_info); in ppc_elf_relax_section()
7141 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_relax_section() local
7143 plist = local_plt + ELF32_R_SYM (irel->r_info); in ppc_elf_relax_section()
7903 struct plt_entry **local_plt; in ppc_elf_relocate_section() local
7905 local_plt in ppc_elf_relocate_section()
7907 lgot_masks = (char *) (local_plt + symtab_hdr->sh_info); in ppc_elf_relocate_section()
8295 struct plt_entry **local_plt; in ppc_elf_relocate_section() local
8297 local_plt = (struct plt_entry **) (local_got_offsets in ppc_elf_relocate_section()
8299 ifunc = local_plt + r_symndx; in ppc_elf_relocate_section()