Home
last modified time | relevance | path

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

/external/elfutils/src/
Dranlib.c241 off_t rest_off; in handle_file() local
243 rest_off = (index_off + sizeof (struct ar_hdr) in handle_file()
246 rest_off = SARMAG; in handle_file()
259 || copy_content (arelf, newfd, rest_off, st.st_size - rest_off) in handle_file()
Dar.c783 off_t rest_off; in do_oper_extract() local
785 rest_off = (index_off + sizeof (struct ar_hdr) in do_oper_extract()
788 rest_off = SARMAG; in do_oper_extract()
801 || copy_content (elf, newfd, rest_off, st.st_size - rest_off) in do_oper_extract()