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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_symfile.c200 uint64_t physoffset; local
338 physoffset = 0;
339 while (physoffset < filechunk)
344 getphysreq.offset = fileblk + physoffset;
345 getphysreq.length = (filechunk - physoffset);
359 physoffset += getphysreq.length;

Completed in 17 milliseconds