Home
last modified time | relevance | path

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

/qemu/hw/core/
H A Dloader.c502 bswap32s(&hdr->ih_size); in bswap_uboot_header()
715 data = g_malloc(hdr->ih_size); in load_uboot_image()
717 if (read(fd, data, hdr->ih_size) != hdr->ih_size) { in load_uboot_image()
731 bytes = gunzip(data, max_bytes, compressed_data, hdr->ih_size); in load_uboot_image()
737 hdr->ih_size = bytes; in load_uboot_image()
740 rom_add_blob_fixed_as(filename, data, hdr->ih_size, address, as); in load_uboot_image()
742 ret = hdr->ih_size; in load_uboot_image()
H A Duboot_image.h218 uint32_t ih_size; /* Image Data Size */ member