HomeSort by: relevance | last modified time | path
    Searched defs:bgci (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
resbin.c 1683 struct bin_group_cursor_item bgci;
1692 windres_put_16 (wrbfd, bgci.width, gc->width);
1693 windres_put_16 (wrbfd, bgci.height, gc->height);
1694 windres_put_16 (wrbfd, bgci.planes, gc->planes);
1695 windres_put_16 (wrbfd, bgci.bits, gc->bits);
1696 windres_put_32 (wrbfd, bgci.bytes, gc->bytes);
1697 windres_put_16 (wrbfd, bgci.index, gc->index);
1698 set_windres_bfd_content (wrbfd, &bgci, off,
1682 struct bin_group_cursor_item bgci; local
  /src/external/gpl3/binutils.old/dist/binutils/
resbin.c 1677 struct bin_group_cursor_item bgci;
1686 windres_put_16 (wrbfd, bgci.width, gc->width);
1687 windres_put_16 (wrbfd, bgci.height, gc->height);
1688 windres_put_16 (wrbfd, bgci.planes, gc->planes);
1689 windres_put_16 (wrbfd, bgci.bits, gc->bits);
1690 windres_put_32 (wrbfd, bgci.bytes, gc->bytes);
1691 windres_put_16 (wrbfd, bgci.index, gc->index);
1692 set_windres_bfd_content (wrbfd, &bgci, off,
1676 struct bin_group_cursor_item bgci; local

Completed in 24 milliseconds