HomeSort by: relevance | last modified time | path
    Searched refs:bindata (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
rescoff.c 446 /* This structure is used to build a list of bindata structures. */
451 bindata *d;
453 bindata *last;
525 bindata *d;
776 bindata *d;
778 d = (bindata *) reswr_alloc (sizeof (bindata));
windint.h 58 typedef struct bindata struct
61 struct bindata *next;
66 } bindata; typedef in typeref:struct:bindata
  /src/external/gpl3/binutils.old/dist/binutils/
rescoff.c 438 /* This structure is used to build a list of bindata structures. */
443 bindata *d;
445 bindata *last;
517 bindata *d;
762 bindata *d;
764 d = (bindata *) reswr_alloc (sizeof (bindata));
windint.h 58 typedef struct bindata struct
61 struct bindata *next;
66 } bindata; typedef in typeref:struct:bindata
  /src/external/mit/lua/dist/src/
lobject.h 489 ** this representation. (The 'bindata' field in its end ensures correct
497 union {LUAI_MAXALIGN;} bindata; member in struct:Udata0
503 ((nuv) == 0 ? offsetof(Udata0, bindata) \

Completed in 117 milliseconds