Lines Matching refs:offset
16 size_t offset) in _spl_load() argument
23 log_debug("\nloading hdr from %lx to %p\n", (ulong)offset, header); in _spl_load()
24 read = info->read(info, offset, ALIGN(sizeof(*header), in _spl_load()
44 read = info->read(info, offset, in _spl_load()
55 return spl_load_simple_fit(spl_image, info, offset, in _spl_load()
63 return spl_load_imx_container(spl_image, info, offset); in _spl_load()
73 return spl_load_legacy_lzma(spl_image, info, offset); in _spl_load()
80 base_offset = spl_image->offset; in _spl_load()
89 read = info->read(info, offset + image_offset, size, in _spl_load()
142 size_t size, size_t offset);
147 size_t offset) in spl_load() argument
149 return _spl_load(spl_image, bootdev, info, size, offset); in spl_load()