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

  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 9890 struct got_entry **pgent, *gent;
9929 pgent = &h->got.glist;
9930 while ((gent = *pgent) != NULL)
9937 *pgent = gent->next;
9940 pgent = &gent->next;
9943 *pgent = gent->next;
9886 struct got_entry **pgent, *gent; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 9890 struct got_entry **pgent, *gent;
9929 pgent = &h->got.glist;
9930 while ((gent = *pgent) != NULL)
9937 *pgent = gent->next;
9940 pgent = &gent->next;
9943 *pgent = gent->next;
9886 struct got_entry **pgent, *gent; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 9883 struct got_entry **pgent, *gent;
9922 pgent = &h->got.glist;
9923 while ((gent = *pgent) != NULL)
9930 *pgent = gent->next;
9933 pgent = &gent->next;
9936 *pgent = gent->next;
9879 struct got_entry **pgent, *gent; local
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 9882 struct got_entry **pgent, *gent;
9921 pgent = &h->got.glist;
9922 while ((gent = *pgent) != NULL)
9929 *pgent = gent->next;
9932 pgent = &gent->next;
9935 *pgent = gent->next;
9878 struct got_entry **pgent, *gent; local

Completed in 78 milliseconds