Home
last modified time | relevance | path

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

/qemu/hw/core/
H A Duboot_image.h227 } uboot_image_header_t; typedef
H A Dloader.c517 static void bswap_uboot_header(uboot_image_header_t *hdr) in bswap_uboot_header()
635 uboot_image_header_t h; in load_uboot_image()
636 uboot_image_header_t *hdr = &h; in load_uboot_image()
645 size = read(fd, hdr, sizeof(uboot_image_header_t)); in load_uboot_image()
646 if (size < sizeof(uboot_image_header_t)) { in load_uboot_image()