Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dimage-sparse.c61 sparse_header_t *sparse_header; in write_sparse_image()
71 sparse_header = (sparse_header_t *)data; in write_sparse_image()
74 if (sparse_header->file_hdr_sz > sizeof(sparse_header_t)) { in write_sparse_image()
79 data += (sparse_header->file_hdr_sz - sizeof(sparse_header_t)); in write_sparse_image()
/external/u-boot/include/
Dimage-sparse.h31 sparse_header_t *s_header = (sparse_header_t *)buf; in is_sparse_image()
Dsparse_format.h26 } sparse_header_t; typedef