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

  /toolchain/binutils/binutils-2.27/binutils/
windres.h 42 extern rc_res_resource *bin_to_res (windres_bfd *, rc_res_id, const bfd_byte *,
44 extern rc_uint_type res_to_bin (windres_bfd *, rc_uint_type, const rc_res_resource *);
61 extern rc_res_resource *define_resource (rc_res_directory **, int, const rc_res_id *,
63 extern rc_res_resource *define_standard_resource (rc_res_directory **, int, rc_res_id,
resbin.c 40 static rc_res_resource *bin_to_res_generic (windres_bfd *, enum rc_res_type,
42 static rc_res_resource *bin_to_res_cursor (windres_bfd *, const bfd_byte *, rc_uint_type);
43 static rc_res_resource *bin_to_res_menu (windres_bfd *,const bfd_byte *, rc_uint_type);
48 static rc_res_resource *bin_to_res_dialog (windres_bfd *, const bfd_byte *, rc_uint_type);
49 static rc_res_resource *bin_to_res_string (windres_bfd *,const bfd_byte *, rc_uint_type);
50 static rc_res_resource *bin_to_res_fontdir (windres_bfd *, const bfd_byte *, rc_uint_type);
51 static rc_res_resource *bin_to_res_accelerators (windres_bfd *, const bfd_byte *, rc_uint_type);
52 static rc_res_resource *bin_to_res_rcdata (windres_bfd *, const bfd_byte *, rc_uint_type, int);
53 static rc_res_resource *bin_to_res_group_cursor (windres_bfd *, const bfd_byte *, rc_uint_type);
54 static rc_res_resource *bin_to_res_group_icon (windres_bfd *, const bfd_byte *, rc_uint_type)
    [all...]
resres.c 39 const rc_res_id *, const rc_res_resource *,
41 static rc_uint_type write_res_bin (windres_bfd *, rc_uint_type, const rc_res_resource *,
64 static void res_add_resource (rc_res_resource *, const rc_res_id *,
67 static void res_append_resource (rc_res_directory **, rc_res_resource *,
173 rc_res_resource *r;
283 const rc_res_id *name, const rc_res_resource *res,
373 write_res_bin (windres_bfd *wrbfd, rc_uint_type off, const rc_res_resource *res,
630 res_add_resource (rc_res_resource *r, const rc_res_id *type, const rc_res_id *id,
647 res_append_resource (rc_res_directory **res_dirs, rc_res_resource *resource,
resrc.c 695 rc_res_resource *r;
719 rc_res_resource *r;
761 rc_res_resource *r;
875 rc_res_resource *r;
952 rc_res_resource *r;
1031 rc_res_resource *r;
1052 rc_res_resource *r;
1089 rc_res_resource *r;
1135 rc_res_resource *r;
1163 rc_res_resource *r
    [all...]
windint.h 77 const struct rc_res_resource *res;
140 struct rc_res_resource *res;
225 /* Resource data is stored in a rc_res_resource structure. */
227 typedef struct rc_res_resource struct
256 } rc_res_resource; typedef in typeref:struct:rc_res_resource
260 /* Memory flags in the memflags field of a rc_res_resource. */
rescoff.c 104 static rc_res_resource *read_coff_data_entry (windres_bfd *, const bfd_byte *,
327 static rc_res_resource *
333 rc_res_resource *r;
427 (const rc_res_resource *, struct coff_write_info *);
715 coff_res_to_bin (const rc_res_resource *res, struct coff_write_info *cwi)
windres.c 325 This returns a newly allocated rc_res_resource structure, which the
331 rc_res_resource *
413 re->u.res = ((rc_res_resource *)
414 res_alloc (sizeof (rc_res_resource)));
415 memset (re->u.res, 0, sizeof (rc_res_resource));
424 rc_res_resource *

Completed in 207 milliseconds