/toolchain/binutils/binutils-2.25/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, 631 res_add_resource (rc_res_resource *r, const rc_res_id *type, const rc_res_id *id, 648 res_append_resource (rc_res_directory **res_dirs, rc_res_resource *resource,
|
resrc.c | 694 rc_res_resource *r; 718 rc_res_resource *r; 760 rc_res_resource *r; 874 rc_res_resource *r; 951 rc_res_resource *r; 1030 rc_res_resource *r; 1051 rc_res_resource *r; 1088 rc_res_resource *r; 1134 rc_res_resource *r; 1162 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 *, 309 static rc_res_resource * 315 rc_res_resource *r; 409 (const rc_res_resource *, struct coff_write_info *); 697 coff_res_to_bin (const rc_res_resource *res, struct coff_write_info *cwi)
|
windres.c | 324 This returns a newly allocated rc_res_resource structure, which the 330 rc_res_resource * 412 re->u.res = ((rc_res_resource *) 413 res_alloc (sizeof (rc_res_resource))); 414 memset (re->u.res, 0, sizeof (rc_res_resource)); 423 rc_res_resource *
|