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

  /src/external/gpl3/binutils/dist/binutils/
coffgrok.c 43 static struct coff_type * last_struct; variable in typeref:struct:coff_type
442 last_struct = res;
815 if (last_struct == NULL)
817 i = do_define (i, last_struct->u.astructdef.elements);
  /src/external/gpl3/binutils.old/dist/binutils/
coffgrok.c 43 static struct coff_type * last_struct; variable in typeref:struct:coff_type
442 last_struct = res;
815 if (last_struct == NULL)
817 i = do_define (i, last_struct->u.astructdef.elements);
  /src/external/gpl3/binutils/dist/bfd/
elf32-ppc.c 3726 static bfd *last_struct;
3734 last_struct = ibfd;
3741 "%pB uses memory"), last_struct, ibfd);
3750 "%pB uses memory"), ibfd, last_struct);
3718 static bfd *last_struct; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-ppc.c 3739 static bfd *last_struct;
3747 last_struct = ibfd;
3754 "%pB uses memory"), last_struct, ibfd);
3763 "%pB uses memory"), ibfd, last_struct);
3731 static bfd *last_struct; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-ppc.c 3739 static bfd *last_struct;
3747 last_struct = ibfd;
3754 "%pB uses memory"), last_struct, ibfd);
3763 "%pB uses memory"), ibfd, last_struct);
3731 static bfd *last_struct; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-ppc.c 3726 static bfd *last_struct;
3734 last_struct = ibfd;
3741 "%pB uses memory"), last_struct, ibfd);
3750 "%pB uses memory"), ibfd, last_struct);
3718 static bfd *last_struct; local

Completed in 84 milliseconds