HomeSort by relevance Sort by last modified time
    Searched refs:rc_group_cursor (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/binutils/
windint.h 241 struct rc_group_cursor *group_cursor;
350 typedef struct rc_group_cursor struct
353 struct rc_group_cursor *next;
366 } rc_group_cursor; typedef in typeref:struct:rc_group_cursor
resrc.c 762 rc_group_cursor *first, **pp;
841 rc_group_cursor *cg;
843 cg = (rc_group_cursor *) res_alloc (sizeof (rc_group_cursor));
1338 rc_group_cursor *cg, *first, *cur;
    [all...]
resbin.c 792 rc_group_cursor *first, **pp;
812 rc_group_cursor *gc;
817 gc = (rc_group_cursor *) res_alloc (sizeof *gc);
1257 static rc_uint_type res_to_bin_group_cursor (windres_bfd *, rc_uint_type, const rc_group_cursor *);
    [all...]

Completed in 45 milliseconds