Home
last modified time | relevance | path

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

/external/elfutils/src/
Dranlib.c257 off_t rest_off; in handle_file() local
259 rest_off = (index_off + sizeof (struct ar_hdr) in handle_file()
262 rest_off = SARMAG; in handle_file()
275 || copy_content (arelf, newfd, rest_off, st.st_size - rest_off) in handle_file()
Dar.c792 off_t rest_off; in do_oper_extract() local
794 rest_off = (index_off + sizeof (struct ar_hdr) in do_oper_extract()
797 rest_off = SARMAG; in do_oper_extract()
810 || copy_content (elf, newfd, rest_off, st.st_size - rest_off) in do_oper_extract()