Home | History | Annotate | Download | only in tools

Lines Matching refs:final_offset

404 	long initial_offset, final_offset;
422 final_offset = ftell(out);
423 assert(final_offset >= 0);
426 (void)fseek(out, final_offset, SEEK_SET);