Home
last modified time | relevance | path

Searched refs:windres_bfd (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/binutils/binutils/
Dresres.c37 static rc_uint_type write_res_directory (windres_bfd *, rc_uint_type,
40 static rc_uint_type write_res_resource (windres_bfd *, rc_uint_type,const rc_res_id *,
43 static rc_uint_type write_res_bin (windres_bfd *, rc_uint_type, const rc_res_resource *,
47 static rc_uint_type write_res_id (windres_bfd *, rc_uint_type, const rc_res_id *);
48 static rc_uint_type write_res_info (windres_bfd *, rc_uint_type, const rc_res_res_info *);
49 static rc_uint_type write_res_data_hdr (windres_bfd *, rc_uint_type, res_hdr *);
51 static rc_uint_type write_res_header (windres_bfd *, rc_uint_type, rc_uint_type,
55 static int read_resource_entry (windres_bfd *, rc_uint_type *, rc_uint_type);
56 static void read_res_data (windres_bfd *, rc_uint_type *, rc_uint_type, void *,
58 static void read_res_data_hdr (windres_bfd *, rc_uint_type *, rc_uint_type, res_hdr *);
[all …]
Dresbin.c38 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 …]
Dwindint.h1059 typedef struct windres_bfd struct
1064 } windres_bfd; argument
1075 extern void set_windres_bfd_content (windres_bfd *, const void *, rc_uint_type, rc_uint_type);
1076 extern void get_windres_bfd_content (windres_bfd *, void *, rc_uint_type, rc_uint_type);
1078 extern void windres_put_8 (windres_bfd *, void *, rc_uint_type);
1079 extern void windres_put_16 (windres_bfd *, void *, rc_uint_type);
1080 extern void windres_put_32 (windres_bfd *, void *, rc_uint_type);
1081 extern rc_uint_type windres_get_8 (windres_bfd *, const void *, rc_uint_type);
1082 extern rc_uint_type windres_get_16 (windres_bfd *, const void *, rc_uint_type);
1083 extern rc_uint_type windres_get_32 (windres_bfd *, const void *, rc_uint_type);
[all …]
Drescoff.c102 static rc_res_directory *read_coff_res_dir (windres_bfd *, const bfd_byte *,
105 static rc_res_resource *read_coff_data_entry (windres_bfd *, const bfd_byte *,
116 windres_bfd wrbfd; in read_coff_rsrc()
179 read_coff_res_dir (windres_bfd *wrbfd, const bfd_byte *data, in read_coff_res_dir()
310 read_coff_data_entry (windres_bfd *wrbfd, const bfd_byte *data, in read_coff_data_entry()
376 windres_bfd *wrbfd;
425 windres_bfd wrbfd; in write_coff_file()
Dresrc.c167 static windres_bfd wrtarget =