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

  /src/external/gpl3/binutils/dist/binutils/
resbin.c 1840 rc_uint_type old_off;
1842 old_off = off;
1844 if ((off - old_off) == 0)
1845 old_off = off = saved_off;
1847 windres_put_16 (wrbfd, dc_rclen, off - old_off);
1839 rc_uint_type old_off; local
  /src/external/gpl3/binutils.old/dist/binutils/
resbin.c 1834 rc_uint_type old_off;
1836 old_off = off;
1838 if ((off - old_off) == 0)
1839 old_off = off = saved_off;
1841 windres_put_16 (wrbfd, dc_rclen, off - old_off);
1833 rc_uint_type old_off; local
  /src/external/bsd/libevent/dist/
buffer.c 1393 size_t old_off = chain->off; local
1401 size -= old_off;
1405 size_t old_off = chain->off; local
1409 size -= old_off;
  /src/external/bsd/ntp/dist/sntp/libevent/
buffer.c 1391 size_t old_off = chain->off; local
1399 size -= old_off;
1403 size_t old_off = chain->off; local
1407 size -= old_off;
  /src/external/gpl3/binutils/dist/ld/
pdb.c 572 uint32_t old_off = off; local
577 if (old_off == 0 || old_off / index_skip != len / index_skip)
587 bfd_putl32 (old_off, buf);
  /src/external/gpl3/binutils.old/dist/ld/
pdb.c 572 uint32_t old_off = off; local
577 if (old_off == 0 || old_off / index_skip != len / index_skip)
587 bfd_putl32 (old_off, buf);

Completed in 44 milliseconds