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

  /toolchain/binutils/binutils-2.27/binutils/
windres.h 110 extern void define_versioninfo (rc_res_id, rc_uint_type, rc_fixed_versioninfo *, rc_ver_info *);
windint.h 890 struct rc_fixed_versioninfo *fixed;
905 typedef struct rc_fixed_versioninfo struct
926 } rc_fixed_versioninfo; typedef in typeref:struct:rc_fixed_versioninfo
rcparse.y 79 rc_fixed_versioninfo *fixver;
1421 $$ = ((rc_fixed_versioninfo *)
1422 res_alloc (sizeof (rc_fixed_versioninfo)));
1423 memset ($$, 0, sizeof (rc_fixed_versioninfo));
    [all...]
resbin.c 956 rc_fixed_versioninfo *fi;
994 fi = (rc_fixed_versioninfo *) res_alloc (sizeof (rc_fixed_versioninfo));
    [all...]
resrc.c     [all...]

Completed in 115 milliseconds