Searched refs:read_total (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/elfctl/
H A Delfctl.c367 unsigned long read_total; local
389 read_total = 0;
390 while (read_total < phdr.p_filesz) {
396 read_total += sizeof(note);
420 read_total += namesz;
431 read_total += descsz;
458 *off = phdr.p_offset + read_total;

Completed in 145 milliseconds