Searched refs:windres_put_8 (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | resbin.c | 1517 windres_put_8 (wrbfd, bdxf.italic, (dialog->ex == NULL ? 0 : dialog->ex->italic)); in res_to_bin_dialog() 1518 windres_put_8 (wrbfd, bdxf.charset, (dialog->ex == NULL ? 1 : dialog->ex->charset)); in res_to_bin_dialog() 1654 windres_put_8 (wrbfd, bgii.width, gi->width); in res_to_bin_group_icon() 1655 windres_put_8 (wrbfd, bgii.height, gi->height); in res_to_bin_group_icon() 1656 windres_put_8 (wrbfd, bgii.colors, gi->colors); in res_to_bin_group_icon() 1657 windres_put_8 (wrbfd, bgii.pad, 0); in res_to_bin_group_icon()
|
D | windint.h | 1087 extern void windres_put_8 (windres_bfd *, void *, rc_uint_type);
|
D | windres.c | 1194 windres_put_8 (windres_bfd *wrbfd, void *p, rc_uint_type value) in windres_put_8() function
|