OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ih_ep
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/core/
uboot_image.h
148
uint32_t
ih_ep
; /* Entry Point Address */
member in struct:uboot_image_header
loader.c
366
bswap32s(&hdr->
ih_ep
);
505
*ep = hdr->
ih_ep
;
Completed in 29 milliseconds