HomeSort by relevance Sort by last modified time
    Searched full:rest_off (Results 1 - 2 of 2) sorted by null

  /external/elfutils/src/
ranlib.c 269 off_t rest_off; local
271 rest_off = (index_off + sizeof (struct ar_hdr)
274 rest_off = SARMAG;
287 || copy_content (arelf, newfd, rest_off, st.st_size - rest_off)
ar.c 776 off_t rest_off; local
778 rest_off = (index_off + sizeof (struct ar_hdr)
781 rest_off = SARMAG;
794 || copy_content (elf, newfd, rest_off, st.st_size - rest_off)
    [all...]

Completed in 87 milliseconds