Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dresbin.c1324 set_windres_bfd_content (wrbfd, &bri, off, BIN_RES_ID); in resid_to_bin()
1338 set_windres_bfd_content (wrbfd, d, off, (len + 1) * sizeof (unichar)); in resid_to_bin()
1364 set_windres_bfd_content (wrbfd, d, off, (len + 1) * sizeof (unichar)); in unicode_to_bin()
1389 set_windres_bfd_content (wrbfd, &ba, off, BIN_ACCELERATOR_SIZE); in res_to_bin_accelerator()
1407 set_windres_bfd_content (wrbfd, &bc, off, BIN_CURSOR_SIZE); in res_to_bin_cursor()
1409 set_windres_bfd_content (wrbfd, c->data, off + BIN_CURSOR_SIZE, c->length); in res_to_bin_cursor()
1439 set_windres_bfd_content (wrbfd, &bgci, off, BIN_GROUP_CURSOR_ITEM_SIZE); in res_to_bin_group_cursor()
1449 set_windres_bfd_content (wrbfd, &bgc, start, BIN_GROUP_CURSOR_SIZE); in res_to_bin_group_cursor()
1510 set_windres_bfd_content (wrbfd, &bdf, off, BIN_DIALOGFONT_SIZE); in res_to_bin_dialog()
1519 set_windres_bfd_content (wrbfd, &bdxf, off, BIN_DIALOGEXFONT_SIZE); in res_to_bin_dialog()
[all …]
Dresres.c148 set_windres_bfd_content (&wrbfd, sign, sec_length, 4-(sec_length & 3)); in write_res_file()
149 set_windres_bfd_content (&wrbfd, sign, 0, sizeof (sign)); in write_res_file()
430 set_windres_bfd_content (wrbfd, &brh, off, BIN_RES_HDR_SIZE); in write_res_data_hdr()
476 set_windres_bfd_content (wrbfd, d, off, (len * sizeof (unichar))); in write_res_id()
487 set_windres_bfd_content (wrbfd, &bid, off, BIN_RES_ID); in write_res_id()
507 set_windres_bfd_content (wrbfd, &l, off, BIN_RES_INFO_SIZE); in write_res_info()
Drescoff.c564 set_windres_bfd_content (&wrbfd, d->data, offset, d->length); in write_coff_file()
569 set_windres_bfd_content (&wrbfd, d->data, offset, d->length); in write_coff_file()
Dwindint.h1084 extern void set_windres_bfd_content (windres_bfd *, const void *, rc_uint_type, rc_uint_type);
Dwindres.c1168 set_windres_bfd_content (windres_bfd *wrbfd, const void *data, rc_uint_type off, in set_windres_bfd_content() function