OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ih_load
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/core/
uboot_image.h
147
uint32_t
ih_load
; /* Data Load Address */
member in struct:uboot_image_header
loader.c
365
bswap32s(&hdr->
ih_load
);
531
cpu_physical_memory_write_rom(hdr->
ih_load
, data, hdr->ih_size);
534
*loadaddr = hdr->
ih_load
;
Completed in 45 milliseconds