Home
last modified time | relevance | path

Searched refs:rc_res_resource (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dresbin.c40 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 …]
Dwindres.h42 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,
Dresres.c39 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; in read_resource_entry()
283 const rc_res_id *name, const rc_res_resource *res, in write_res_resource()
373 write_res_bin (windres_bfd *wrbfd, rc_uint_type off, const rc_res_resource *res, in write_res_bin()
631 res_add_resource (rc_res_resource *r, const rc_res_id *type, const rc_res_id *id, in res_add_resource()
648 res_append_resource (rc_res_directory **res_dirs, rc_res_resource *resource, in res_append_resource()
Dresrc.c692 rc_res_resource *r; in define_accelerator()
716 rc_res_resource *r; in define_bitmap()
758 rc_res_resource *r; in define_cursor()
872 rc_res_resource *r; in define_dialog()
949 rc_res_resource *r; in define_font()
1028 rc_res_resource *r; in define_font_rcdata()
1049 rc_res_resource *r; in define_fontdirs()
1086 rc_res_resource *r; in define_fontdir_rcdata()
1132 rc_res_resource *r; in define_messagetable_rcdata()
1160 rc_res_resource *r; in define_icon()
[all …]
Dwindint.h77 const struct rc_res_resource *res;
140 struct rc_res_resource *res;
227 typedef struct rc_res_resource struct
256 } rc_res_resource; argument
Drescoff.c104 static rc_res_resource *read_coff_data_entry (windres_bfd *, const bfd_byte *,
308 static rc_res_resource *
314 rc_res_resource *r; in read_coff_data_entry()
407 (const rc_res_resource *, struct coff_write_info *);
695 coff_res_to_bin (const rc_res_resource *res, struct coff_write_info *cwi) in coff_res_to_bin()
Dwindres.c326 rc_res_resource *
408 re->u.res = ((rc_res_resource *) in define_resource()
409 res_alloc (sizeof (rc_res_resource))); in define_resource()
410 memset (re->u.res, 0, sizeof (rc_res_resource)); in define_resource()
419 rc_res_resource *