HomeSort by: relevance | last modified time | path
    Searched defs:windres_bfd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
windint.h 1068 typedef struct windres_bfd struct
1073 } windres_bfd; typedef in typeref:struct:windres_bfd
1084 extern void set_windres_bfd_content (windres_bfd *, const void *, rc_uint_type, rc_uint_type);
1085 extern void get_windres_bfd_content (windres_bfd *, void *, rc_uint_type, rc_uint_type);
1087 extern void windres_put_8 (windres_bfd *, void *, rc_uint_type);
1088 extern void windres_put_16 (windres_bfd *, void *, rc_uint_type);
1089 extern void windres_put_32 (windres_bfd *, void *, rc_uint_type);
1090 extern rc_uint_type windres_get_8 (windres_bfd *, const void *);
1091 extern rc_uint_type windres_get_16 (windres_bfd *, const void *);
1092 extern rc_uint_type windres_get_32 (windres_bfd *, const void *)
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
windint.h 1068 typedef struct windres_bfd struct
1073 } windres_bfd; typedef in typeref:struct:windres_bfd
1084 extern void set_windres_bfd_content (windres_bfd *, const void *, rc_uint_type, rc_uint_type);
1085 extern void get_windres_bfd_content (windres_bfd *, void *, rc_uint_type, rc_uint_type);
1087 extern void windres_put_8 (windres_bfd *, void *, rc_uint_type);
1088 extern void windres_put_16 (windres_bfd *, void *, rc_uint_type);
1089 extern void windres_put_32 (windres_bfd *, void *, rc_uint_type);
1090 extern rc_uint_type windres_get_8 (windres_bfd *, const void *);
1091 extern rc_uint_type windres_get_16 (windres_bfd *, const void *);
1092 extern rc_uint_type windres_get_32 (windres_bfd *, const void *)
    [all...]

Completed in 53 milliseconds