On Fri, Jul 29, 2011 at 12:49:34AM -0400, Devin Nakamura wrote: > +/** > + * Gets a mapping from an offset in the image to an offset within a file > + * > + * All offsets are in bytes. Functions starts its search at offset > host_offset > + * + count (offset within the image, not the file offset)
This function starts its search at *guest_offset + *contiguous_bytes. > + * > + * @param guest_offset used to calculate starting search location on [in, out] Stefan