Searched refs:image_offset (Results 1 – 1 of 1) sorted by relevance
20 ulong base_offset, image_offset, overhead; in _spl_load() local85 image_offset = ALIGN_DOWN(base_offset, spl_get_bl_len(info)); in _spl_load()86 overhead = base_offset - image_offset; in _spl_load()89 read = info->read(info, offset + image_offset, size, in _spl_load()
Completed in 5 milliseconds