Searched refs:dta_off (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dwindmc.c670 rc_uint_type dta_off, dta_start; local
685 dta_off = (rc_uint_type) ((BIN_MESSAGETABLE_BLOCK_SIZE * block_count) + BIN_MESSAGETABLE_SIZE - 4);
686 dta_start = dta_off = (dta_off + 3) & ~3;
696 mi[i].res_off = dta_off;
698 dta_off += mi[i].res_len;
700 sec_length = (dta_off + 3) & ~3;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dwindmc.c670 rc_uint_type dta_off, dta_start; local
685 dta_off = (rc_uint_type) ((BIN_MESSAGETABLE_BLOCK_SIZE * block_count) + BIN_MESSAGETABLE_SIZE - 4);
686 dta_start = dta_off = (dta_off + 3) & ~3;
696 mi[i].res_off = dta_off;
698 dta_off += mi[i].res_len;
700 sec_length = (dta_off + 3) & ~3;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dwindmc.c670 rc_uint_type dta_off, dta_start; local
685 dta_off = (rc_uint_type) ((BIN_MESSAGETABLE_BLOCK_SIZE * block_count) + BIN_MESSAGETABLE_SIZE - 4);
686 dta_start = dta_off = (dta_off + 3) & ~3;
696 mi[i].res_off = dta_off;
698 dta_off += mi[i].res_len;
700 sec_length = (dta_off + 3) & ~3;

Completed in 168 milliseconds