Lines Matching refs:local_plt
5219 struct plt_entry **local_plt; in update_local_sym_info() local
5227 + sizeof (*local_plt) in update_local_sym_info()
5261 local_plt = (struct plt_entry **) (local_got_ents + symtab_hdr->sh_info); in update_local_sym_info()
5262 local_got_tls_masks = (unsigned char *) (local_plt + symtab_hdr->sh_info); in update_local_sym_info()
5265 return local_plt + r_symndx; in update_local_sym_info()
6621 struct plt_entry **local_plt = (struct plt_entry **) in ppc64_elf_gc_sweep_hook() local
6624 (local_plt + symtab_hdr->sh_info); in ppc64_elf_gc_sweep_hook()
6626 plt_list = local_plt + r_symndx; in ppc64_elf_gc_sweep_hook()
7453 struct plt_entry **local_plt = (struct plt_entry **) in get_sym_h() local
7456 (local_plt + symtab_hdr->sh_info); in get_sym_h()
9936 struct plt_entry **local_plt; in ppc64_elf_size_dynamic_sections() local
9978 local_plt = (struct plt_entry **) end_lgot_ents; in ppc64_elf_size_dynamic_sections()
9979 end_local_plt = local_plt + locsymcount; in ppc64_elf_size_dynamic_sections()
10025 for (; local_plt < end_local_plt; ++local_plt) in ppc64_elf_size_dynamic_sections()
10029 for (ent = *local_plt; ent != NULL; ent = ent->next) in ppc64_elf_size_dynamic_sections()
10322 struct plt_entry **local_plt = (struct plt_entry **) in ppc_type_of_stub() local
10326 if (local_plt[r_symndx] != NULL) in ppc_type_of_stub()
10330 for (ent = local_plt[r_symndx]; ent != NULL; ent = ent->next) in ppc_type_of_stub()
11571 struct plt_entry **local_plt; in ppc64_elf_layout_multitoc() local
11588 local_plt = (struct plt_entry **) end_lgot_ents; in ppc64_elf_layout_multitoc()
11589 end_local_plt = local_plt + locsymcount; in ppc64_elf_layout_multitoc()
13474 struct plt_entry **local_plt = (struct plt_entry **) in ppc64_elf_relocate_section() local
13477 (local_plt + symtab_hdr->sh_info); in ppc64_elf_relocate_section()
14534 struct plt_entry **local_plt = (struct plt_entry **) in ppc64_elf_relocate_section() local
14537 (local_plt + symtab_hdr->sh_info); in ppc64_elf_relocate_section()
14539 plt_list = local_plt + r_symndx; in ppc64_elf_relocate_section()