OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uboot_image_header_t
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/core/
uboot_image.h
155
}
uboot_image_header_t
;
typedef in typeref:struct:uboot_image_header
loader.c
358
static void bswap_uboot_header(
uboot_image_header_t
*hdr)
462
uboot_image_header_t
h;
463
uboot_image_header_t
*hdr = &h;
471
size = read(fd, hdr, sizeof(
uboot_image_header_t
));
Completed in 38 milliseconds