Searched refs:bgii (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | resbin.c | 1650 struct bin_group_icon_item bgii; in res_to_bin_group_icon() local 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() 1658 windres_put_16 (wrbfd, bgii.planes, gi->planes); in res_to_bin_group_icon() 1659 windres_put_16 (wrbfd, bgii.bits, gi->bits); in res_to_bin_group_icon() 1660 windres_put_32 (wrbfd, bgii.bytes, gi->bytes); in res_to_bin_group_icon() 1661 windres_put_16 (wrbfd, bgii.index, gi->index); in res_to_bin_group_icon() 1662 set_windres_bfd_content (wrbfd, &bgii, off, BIN_GROUP_ICON_ITEM_SIZE); in res_to_bin_group_icon()
|