Searched refs:bindata (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Dresbin.c1224 static void dword_align_bin (struct bindata ***, unsigned long *);
1225 static struct bindata *resid_to_bin (struct res_id, int);
1226 static struct bindata *unicode_to_bin (const unichar *, int);
1227 static struct bindata *res_to_bin_accelerator
1229 static struct bindata *res_to_bin_cursor
1231 static struct bindata *res_to_bin_group_cursor
1233 static struct bindata *res_to_bin_dialog
1235 static struct bindata *res_to_bin_fontdir
1237 static struct bindata *res_to_bin_group_icon
1239 static struct bindata *res_to_bin_men
[all...]
H A Dwindres.h740 struct bindata struct
743 struct bindata *next;
765 extern struct bindata *res_to_bin (const struct res_resource *, int);
H A Drescoff.c347 /* This structure is used to build a list of bindata structures. */
352 struct bindata *d;
354 struct bindata *last;
425 struct bindata *d;
603 struct bindata *d;
605 d = (struct bindata *) reswr_alloc (sizeof *d);
705 struct bindata *d;
H A Dresres.c355 const struct bindata *bin_rep, *data;
/haiku-buildtools/binutils/binutils/
H A Drescoff.c366 /* This structure is used to build a list of bindata structures. */
371 bindata *d;
373 bindata *last;
445 bindata *d;
619 bindata *d;
621 d = (bindata *) reswr_alloc (sizeof (bindata));
H A Dwindint.h58 typedef struct bindata struct
61 struct bindata *next;
66 } bindata; typedef in typeref:struct:bindata

Completed in 113 milliseconds