Home
last modified time | relevance | path

Searched refs:put_32 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dresbin.c1219 #define put_32(be, v, s) ((be) ? bfd_putb32 ((v), (s)) : bfd_putl32 ((v), (s))) macro
1485 put_32 (big_endian, gc->bytes, d->data + 8); in res_to_bin_group_cursor()
1519 put_32 (big_endian, dialog->style, first->data); in res_to_bin_dialog()
1520 put_32 (big_endian, dialog->exstyle, first->data + 4); in res_to_bin_dialog()
1529 put_32 (big_endian, 0, first->data + 4); in res_to_bin_dialog()
1531 put_32 (big_endian, dialog->ex->help, first->data + 4); in res_to_bin_dialog()
1532 put_32 (big_endian, dialog->exstyle, first->data + 8); in res_to_bin_dialog()
1533 put_32 (big_endian, dialog->style, first->data + 12); in res_to_bin_dialog()
1610 put_32 (big_endian, dc->style, d->data); in res_to_bin_dialog()
1611 put_32 (big_endian, dc->exstyle, d->data + 4); in res_to_bin_dialog()
[all …]
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dresbin.c1219 #define put_32(be, v, s) ((be) ? bfd_putb32 ((v), (s)) : bfd_putl32 ((v), (s))) macro
1485 put_32 (big_endian, gc->bytes, d->data + 8); in res_to_bin_group_cursor()
1519 put_32 (big_endian, dialog->style, first->data); in res_to_bin_dialog()
1520 put_32 (big_endian, dialog->exstyle, first->data + 4); in res_to_bin_dialog()
1529 put_32 (big_endian, 0, first->data + 4); in res_to_bin_dialog()
1531 put_32 (big_endian, dialog->ex->help, first->data + 4); in res_to_bin_dialog()
1532 put_32 (big_endian, dialog->exstyle, first->data + 8); in res_to_bin_dialog()
1533 put_32 (big_endian, dialog->style, first->data + 12); in res_to_bin_dialog()
1610 put_32 (big_endian, dc->style, d->data); in res_to_bin_dialog()
1611 put_32 (big_endian, dc->exstyle, d->data + 4); in res_to_bin_dialog()
[all …]