Searched refs:windres_put_32 (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | resbin.c | 1437 windres_put_32 (wrbfd, bgci.bytes, gc->bytes); in res_to_bin_group_cursor() 1475 windres_put_32 (wrbfd, bd.style, dialog->style); in res_to_bin_dialog() 1476 windres_put_32 (wrbfd, bd.exstyle, dialog->exstyle); in res_to_bin_dialog() 1486 windres_put_32 (wrbfd, bdx.help, (dialog->ex ? dialog->ex->help : 0)); in res_to_bin_dialog() 1487 windres_put_32 (wrbfd, bdx.exstyle, dialog->exstyle); in res_to_bin_dialog() 1488 windres_put_32 (wrbfd, bdx.style, dialog->style); in res_to_bin_dialog() 1536 windres_put_32 (wrbfd, bdc.style, dc->style); in res_to_bin_dialog() 1537 windres_put_32 (wrbfd, bdc.exstyle, dc->exstyle); in res_to_bin_dialog() 1549 windres_put_32 (wrbfd, bdc.help, dc->help); in res_to_bin_dialog() 1550 windres_put_32 (wrbfd, bdc.exstyle, dc->exstyle); in res_to_bin_dialog() [all …]
|
D | rescoff.c | 650 windres_put_32 (cwi->wrbfd, erd->characteristics, resdir->characteristics); in coff_to_bin() 651 windres_put_32 (cwi->wrbfd, erd->time, resdir->time); in coff_to_bin() 677 windres_put_32 (cwi->wrbfd, ere->name, e->id.u.id); in coff_to_bin() 686 windres_put_32 (cwi->wrbfd, ere->name, in coff_to_bin() 697 windres_put_32 (cwi->wrbfd, ere->rva, 0x80000000 | cwi->dirs.length); in coff_to_bin() 702 windres_put_32 (cwi->wrbfd, ere->rva, in coff_to_bin() 742 windres_put_32 (cwi->wrbfd, erd->rva, in coff_res_to_bin() 747 windres_put_32 (cwi->wrbfd, erd->codepage, res->coff_info.codepage); in coff_res_to_bin() 748 windres_put_32 (cwi->wrbfd, erd->reserved, res->coff_info.reserved); in coff_res_to_bin() 763 windres_put_32 (cwi->wrbfd, erd->size, d->length); in coff_res_to_bin()
|
D | resres.c | 428 windres_put_32 (wrbfd, brh.data_size, hdr->data_size); in write_res_data_hdr() 429 windres_put_32 (wrbfd, brh.header_size, hdr->header_size); in write_res_data_hdr() 502 windres_put_32 (wrbfd, l.version, info->version); in write_res_info() 505 windres_put_32 (wrbfd, l.version2, info->version); in write_res_info() 506 windres_put_32 (wrbfd, l.characteristics, info->characteristics); in write_res_info()
|
D | windint.h | 1089 extern void windres_put_32 (windres_bfd *, void *, rc_uint_type);
|
D | windres.c | 1232 windres_put_32 (windres_bfd *wrbfd, void *data, rc_uint_type value) in windres_put_32() function
|
D | resrc.c | 3371 windres_put_32 (&wrtarget, dst, (rc_uint_type) src->u.dword); in rcdata_copy()
|