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

  /toolchain/binutils/binutils-2.25/binutils/
windint.h 244 struct rc_group_icon *group_icon;
712 /* A group_icon resource is a list of rc_group_icon. */
714 typedef struct rc_group_icon struct
717 struct rc_group_icon *next;
732 } rc_group_icon; typedef in typeref:struct:rc_group_icon
resbin.c 847 rc_group_icon *first, **pp;
867 rc_group_icon *gi;
872 gi = (rc_group_icon *) res_alloc (sizeof (rc_group_icon));
1260 static rc_uint_type res_to_bin_group_icon (windres_bfd *, rc_uint_type, const rc_group_icon *);
    [all...]
resrc.c 1163 rc_group_icon *first, **pp;
1235 rc_group_icon *cg;
1241 cg = (rc_group_icon *) res_alloc (sizeof (rc_group_icon));
1283 rc_group_icon *cg, *first, *cur;
1307 cg = (rc_group_icon *) res_alloc (sizeof (rc_group_icon));
    [all...]

Completed in 43 milliseconds