Home
last modified time | relevance | path

Searched refs:image_len (Results 1 – 1 of 1) sorted by relevance

/common/spl/
A Dspl_reloc.c108 ulong image_len; in rcode_reloc_and_jump() local
115 image_len = image->size; in rcode_reloc_and_jump()
123 image->buf, image_len); in rcode_reloc_and_jump()
126 ret = gunzip(dst, unc_len, image->buf, &image_len); in rcode_reloc_and_jump()
128 ret = ulz4fn(image->buf, image_len, dst, &unc_len); in rcode_reloc_and_jump()

Completed in 5 milliseconds