Searched defs:wrbfd (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | resres.c | 81 windres_bfd wrbfd; in read_res_file() local 118 windres_bfd wrbfd; in write_res_file() local 165 read_resource_entry (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax) in read_resource_entry() 215 write_res_directory (windres_bfd *wrbfd, rc_uint_type off, const rc_res_directory *rd, in write_res_directory() 282 write_res_resource (windres_bfd *wrbfd, rc_uint_type off, const rc_res_id *type, in write_res_resource() 373 write_res_bin (windres_bfd *wrbfd, rc_uint_type off, const rc_res_resource *res, in write_res_bin() 399 write_res_header (windres_bfd *wrbfd, rc_uint_type off, rc_uint_type datasize, in write_res_header() 423 write_res_data_hdr (windres_bfd *wrbfd, rc_uint_type off, res_hdr *hdr) in write_res_data_hdr() 436 read_res_data_hdr (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, in read_res_data_hdr() 452 read_res_data (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, void *data, in read_res_data() [all …]
|
D | resbin.c | 68 bin_to_res (windres_bfd *wrbfd, rc_res_id type, const bfd_byte *data, in bin_to_res() 125 get_unicode (windres_bfd *wrbfd, const bfd_byte *data, rc_uint_type length, in get_unicode() 156 get_resid (windres_bfd *wrbfd, rc_res_id *id, const bfd_byte *data, in get_resid() 201 bin_to_res_cursor (windres_bfd *wrbfd, const bfd_byte *data, rc_uint_type length) in bin_to_res_cursor() 225 bin_to_res_menu (windres_bfd *wrbfd, const bfd_byte *data, rc_uint_type length) in bin_to_res_menu() 271 bin_to_res_menuitems (windres_bfd *wrbfd, const bfd_byte *data, rc_uint_type length, in bin_to_res_menuitems() 348 bin_to_res_menuexitems (windres_bfd *wrbfd, const bfd_byte *data, rc_uint_type length, in bin_to_res_menuexitems() 422 bin_to_res_dialog (windres_bfd *wrbfd, const bfd_byte *data, rc_uint_type length) in bin_to_res_dialog() 607 bin_to_res_string (windres_bfd *wrbfd, const bfd_byte *data, rc_uint_type length) in bin_to_res_string() 653 bin_to_res_fontdir (windres_bfd *wrbfd, const bfd_byte *data, rc_uint_type length) in bin_to_res_fontdir() [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 | rescoff.c | 115 windres_bfd wrbfd; in read_coff_rsrc() local 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; member 442 windres_bfd wrbfd; in write_coff_file() local
|