Searched refs:bgci (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | resbin.c | 1424 struct bin_group_cursor_item bgci; in res_to_bin_group_cursor() local 1433 windres_put_16 (wrbfd, bgci.width, gc->width); in res_to_bin_group_cursor() 1434 windres_put_16 (wrbfd, bgci.height, gc->height); in res_to_bin_group_cursor() 1435 windres_put_16 (wrbfd, bgci.planes, gc->planes); in res_to_bin_group_cursor() 1436 windres_put_16 (wrbfd, bgci.bits, gc->bits); in res_to_bin_group_cursor() 1437 windres_put_32 (wrbfd, bgci.bytes, gc->bytes); in res_to_bin_group_cursor() 1438 windres_put_16 (wrbfd, bgci.index, gc->index); in res_to_bin_group_cursor() 1439 set_windres_bfd_content (wrbfd, &bgci, off, BIN_GROUP_CURSOR_ITEM_SIZE); in res_to_bin_group_cursor()
|