Home | History | Annotate | Download | only in bfd

Lines Matching refs:local_plt

5113   struct plt_entry **local_plt;
5121 + sizeof (*local_plt)
5155 local_plt = (struct plt_entry **) (local_got_ents + symtab_hdr->sh_info);
5156 local_got_tls_masks = (unsigned char *) (local_plt + symtab_hdr->sh_info);
5159 return local_plt + r_symndx;
6425 struct plt_entry **local_plt = (struct plt_entry **)
6428 (local_plt + symtab_hdr->sh_info);
6430 ifunc = local_plt + r_symndx;
7272 struct plt_entry **local_plt = (struct plt_entry **)
7275 (local_plt + symtab_hdr->sh_info);
9723 struct plt_entry **local_plt;
9765 local_plt = (struct plt_entry **) end_lgot_ents;
9766 end_local_plt = local_plt + locsymcount;
9812 for (; local_plt < end_local_plt; ++local_plt)
9816 for (ent = *local_plt; ent != NULL; ent = ent->next)
10109 struct plt_entry **local_plt = (struct plt_entry **)
10113 if (local_plt[r_symndx] != NULL)
10117 for (ent = local_plt[r_symndx]; ent != NULL; ent = ent->next)
11366 struct plt_entry **local_plt;
11383 local_plt = (struct plt_entry **) end_lgot_ents;
11384 end_local_plt = local_plt + locsymcount;
13169 struct plt_entry **local_plt = (struct plt_entry **)
13172 (local_plt + symtab_hdr->sh_info);