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

  /src/external/gpl3/binutils/dist/binutils/
resbin.c 1797 struct bin_dialog_control bdc;
1799 windres_put_32 (wrbfd, bdc.style, dc->style);
1800 windres_put_32 (wrbfd, bdc.exstyle, dc->exstyle);
1801 windres_put_16 (wrbfd, bdc.x, dc->x);
1802 windres_put_16 (wrbfd, bdc.y, dc->y);
1803 windres_put_16 (wrbfd, bdc.width, dc->width);
1804 windres_put_16 (wrbfd, bdc.height, dc->height);
1805 windres_put_16 (wrbfd, bdc.id, dc->id);
1806 set_windres_bfd_content (wrbfd, &bdc, off,
1811 struct bin_dialogex_control bdc;
1796 struct bin_dialog_control bdc; local
1810 struct bin_dialogex_control bdc; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
resbin.c 1791 struct bin_dialog_control bdc;
1793 windres_put_32 (wrbfd, bdc.style, dc->style);
1794 windres_put_32 (wrbfd, bdc.exstyle, dc->exstyle);
1795 windres_put_16 (wrbfd, bdc.x, dc->x);
1796 windres_put_16 (wrbfd, bdc.y, dc->y);
1797 windres_put_16 (wrbfd, bdc.width, dc->width);
1798 windres_put_16 (wrbfd, bdc.height, dc->height);
1799 windres_put_16 (wrbfd, bdc.id, dc->id);
1800 set_windres_bfd_content (wrbfd, &bdc, off,
1805 struct bin_dialogex_control bdc;
1790 struct bin_dialog_control bdc; local
1804 struct bin_dialogex_control bdc; local
    [all...]

Completed in 28 milliseconds