Searched refs:base_offset (Results 1 – 1 of 1) sorted by relevance
20 ulong base_offset, image_offset, overhead; in _spl_load() local80 base_offset = spl_image->offset; in _spl_load()84 base_offset += sizeof(*header); in _spl_load()85 image_offset = ALIGN_DOWN(base_offset, spl_get_bl_len(info)); in _spl_load()86 overhead = base_offset - image_offset; in _spl_load()
Completed in 3 milliseconds