HomeSort by: relevance | last modified time | path
    Searched defs:pltent (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-ppc.c 2923 struct plt_entry **pltent;
3215 pltent = update_local_sym_info (abfd, symtab_hdr, r_symndx,
3217 if (pltent == NULL)
3225 pltent = &h->plt.plist;
3234 if (!update_plt_info (abfd, pltent, got2, addend))
2916 struct plt_entry **pltent; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-ppc.c 2936 struct plt_entry **pltent;
3228 pltent = update_local_sym_info (abfd, symtab_hdr, r_symndx,
3230 if (pltent == NULL)
3238 pltent = &h->plt.plist;
3247 if (!update_plt_info (abfd, pltent, got2, addend))
2929 struct plt_entry **pltent; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-ppc.c 2936 struct plt_entry **pltent;
3228 pltent = update_local_sym_info (abfd, symtab_hdr, r_symndx,
3230 if (pltent == NULL)
3238 pltent = &h->plt.plist;
3247 if (!update_plt_info (abfd, pltent, got2, addend))
2929 struct plt_entry **pltent; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-ppc.c 2923 struct plt_entry **pltent;
3215 pltent = update_local_sym_info (abfd, symtab_hdr, r_symndx,
3217 if (pltent == NULL)
3225 pltent = &h->plt.plist;
3234 if (!update_plt_info (abfd, pltent, got2, addend))
2916 struct plt_entry **pltent; local

Completed in 44 milliseconds