Searched refs:windres_bfd (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | resres.c | 35 static rc_uint_type write_res_directory (windres_bfd *, rc_uint_type, 38 static rc_uint_type write_res_resource (windres_bfd *, rc_uint_type,const rc_res_id *, 41 static rc_uint_type write_res_bin (windres_bfd *, rc_uint_type, const rc_res_resource *, 45 static rc_uint_type write_res_id (windres_bfd *, rc_uint_type, const rc_res_id *); 46 static rc_uint_type write_res_info (windres_bfd *, rc_uint_type, const rc_res_res_info *); 47 static rc_uint_type write_res_data_hdr (windres_bfd *, rc_uint_type, res_hdr *); 49 static rc_uint_type write_res_header (windres_bfd *, rc_uint_type, rc_uint_type, 53 static int read_resource_entry (windres_bfd *, rc_uint_type *, rc_uint_type); 54 static void read_res_data (windres_bfd *, rc_uint_type *, rc_uint_type, void *, 56 static void read_res_data_hdr (windres_bfd *, rc_uint_type *, rc_uint_type, res_hdr *); [all …]
|
D | resbin.c | 38 static unichar *get_unicode (windres_bfd *, const bfd_byte *, rc_uint_type, rc_uint_type *); 39 static int get_resid (windres_bfd *, rc_res_id *, const bfd_byte *, rc_uint_type); 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); 44 static rc_menuitem *bin_to_res_menuitems (windres_bfd *, const bfd_byte *, rc_uint_type, 46 static rc_menuitem *bin_to_res_menuexitems (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); [all …]
|
D | windint.h | 1068 typedef struct windres_bfd struct 1073 } windres_bfd; typedef 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 *, rc_uint_type); 1091 extern rc_uint_type windres_get_16 (windres_bfd *, const void *, rc_uint_type); 1092 extern rc_uint_type windres_get_32 (windres_bfd *, const void *, rc_uint_type); [all …]
|
D | windres.c | 1124 set_windres_bfd_endianness (windres_bfd *wrbfd, int is_bigendian) in set_windres_bfd_endianness() 1144 set_windres_bfd (windres_bfd *wrbfd, bfd *abfd, asection *sec, rc_uint_type kind) in set_windres_bfd() 1168 set_windres_bfd_content (windres_bfd *wrbfd, const void *data, rc_uint_type off, in set_windres_bfd_content() 1181 get_windres_bfd_content (windres_bfd *wrbfd, void *data, rc_uint_type off, in get_windres_bfd_content() 1194 windres_put_8 (windres_bfd *wrbfd, void *p, rc_uint_type value) in windres_put_8() 1212 windres_put_16 (windres_bfd *wrbfd, void *data, rc_uint_type value) in windres_put_16() 1232 windres_put_32 (windres_bfd *wrbfd, void *data, rc_uint_type value) in windres_put_32() 1252 windres_get_8 (windres_bfd *wrbfd, const void *data, rc_uint_type length) in windres_get_8() 1271 windres_get_16 (windres_bfd *wrbfd, const void *data, rc_uint_type length) in windres_get_16() 1291 windres_get_32 (windres_bfd *wrbfd, const void *data, rc_uint_type length) in windres_get_32()
|
D | 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 *);
|
D | rescoff.c | 101 static rc_res_directory *read_coff_res_dir (windres_bfd *, const bfd_byte *, 104 static rc_res_resource *read_coff_data_entry (windres_bfd *, const bfd_byte *, 115 windres_bfd wrbfd; in read_coff_rsrc() 184 read_coff_res_dir (windres_bfd *wrbfd, const bfd_byte *data, in read_coff_res_dir() 327 read_coff_data_entry (windres_bfd *wrbfd, const bfd_byte *data, in read_coff_data_entry() 393 windres_bfd *wrbfd; 442 windres_bfd wrbfd; in write_coff_file()
|
D | resrc.c | 161 static windres_bfd wrtarget =
|