Home
last modified time | relevance | path

Searched refs:old_off (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/binutils/
Dresbin.c1583 rc_uint_type old_off; in res_to_bin_dialog() local
1585 old_off = off; in res_to_bin_dialog()
1587 if ((off - old_off) == 0) in res_to_bin_dialog()
1588 old_off = off = saved_off; in res_to_bin_dialog()
1590 windres_put_16 (wrbfd, dc_rclen, off - old_off); in res_to_bin_dialog()
/netbsd/src/external/bsd/libevent/dist/
Dbuffer.c1393 size_t old_off = chain->off; in evbuffer_pullup() local
1401 size -= old_off; in evbuffer_pullup()
1405 size_t old_off = chain->off; in evbuffer_pullup() local
1409 size -= old_off; in evbuffer_pullup()
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Dbuffer.c1391 size_t old_off = chain->off; in evbuffer_pullup() local
1399 size -= old_off; in evbuffer_pullup()
1403 size_t old_off = chain->off; in evbuffer_pullup() local
1407 size -= old_off; in evbuffer_pullup()
/netbsd/src/external/gpl3/binutils/dist/ld/
Dpdb.c569 uint32_t old_off = off; in populate_type_stream() local
574 if (old_off == 0 || old_off / index_skip != len / index_skip) in populate_type_stream()
584 bfd_putl32 (old_off, buf); in populate_type_stream()