Home | History | Annotate | Download | only in bfd

Lines Matching refs:local_plt

3766   struct plt_entry **local_plt;
3774 + sizeof (*local_plt)
3782 local_plt = (struct plt_entry **) (local_got_refcounts + symtab_hdr->sh_info);
3783 local_got_tls_masks = (char *) (local_plt + symtab_hdr->sh_info);
3787 return local_plt + r_symndx;
4979 struct plt_entry **local_plt = (struct plt_entry **)
4982 (local_plt + symtab_hdr->sh_info);
4985 struct plt_entry **ifunc = local_plt + r_symndx;
5391 struct plt_entry **local_plt;
5411 local_plt = (struct plt_entry **)
5413 lgot_masks = (char *) (local_plt + symtab_hdr->sh_info);
6166 struct plt_entry **local_plt;
6220 local_plt = (struct plt_entry **) end_local_got;
6221 end_local_plt = local_plt + locsymcount;
6262 for (; local_plt < end_local_plt; ++local_plt)
6268 for (ent = *local_plt; ent != NULL; ent = ent->next)
6911 struct plt_entry **local_plt = (struct plt_entry **)
6914 (local_plt + symtab_hdr->sh_info);
6964 struct plt_entry **local_plt = (struct plt_entry **)
6966 plist = local_plt + ELF32_R_SYM (irel->r_info);
7697 struct plt_entry **local_plt;
7699 local_plt
7701 lgot_masks = (char *) (local_plt + symtab_hdr->sh_info);
7975 struct plt_entry **local_plt;
7977 local_plt = (struct plt_entry **) (local_got_offsets
7979 ifunc = local_plt + r_symndx;