Searched refs:windres_bfd (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/binutils/binutils/
H A Dresres.c35 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_typ
[all...]
H A 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 *, cons
[all...]
H A Dwindint.h1068 typedef struct windres_bfd struct
1073 } windres_bfd; typedef in typeref:struct:windres_bfd
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 *, cons
[all...]
H A 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 *);
H A Dwindres.c1130 set_windres_bfd_endianness (windres_bfd *wrbfd, int is_bigendian)
1150 set_windres_bfd (windres_bfd *wrbfd, bfd *abfd, asection *sec, rc_uint_type kind)
1174 set_windres_bfd_content (windres_bfd *wrbfd, const void *data, rc_uint_type off,
1187 get_windres_bfd_content (windres_bfd *wrbfd, void *data, rc_uint_type off,
1200 windres_put_8 (windres_bfd *wrbfd, void *p, rc_uint_type value)
1218 windres_put_16 (windres_bfd *wrbfd, void *data, rc_uint_type value)
1238 windres_put_32 (windres_bfd *wrbfd, void *data, rc_uint_type value)
1258 windres_get_8 (windres_bfd *wrbfd, const void *data, rc_uint_type length)
1277 windres_get_16 (windres_bfd *wrbfd, const void *data, rc_uint_type length)
1297 windres_get_32 (windres_bfd *wrbf
[all...]
H A Drescoff.c101 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 *,
116 windres_bfd wrbfd;
185 read_coff_res_dir (windres_bfd *wrbfd, const bfd_byte *data,
328 read_coff_data_entry (windres_bfd *wrbfd, const bfd_byte *data,
395 windres_bfd *wrbfd;
444 windres_bfd wrbfd;
H A Dresrc.c161 static windres_bfd wrtarget =

Completed in 70 milliseconds