OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:second_addr
(Results
1 - 4
of
4
) sorted by null
/bootable/bootloader/legacy/include/boot/
bootimg.h
50
unsigned
second_addr
; /* physical load addr */
member in struct:boot_img_hdr
86
** 6. if second_size != 0: jump to
second_addr
/system/core/mkbootimg/
bootimg.h
39
unsigned
second_addr
; /* physical load addr */
member in struct:boot_img_hdr
75
** 6. if second_size != 0: jump to
second_addr
mkbootimg.c
121
hdr.
second_addr
= 0x10F00000;
146
hdr.
second_addr
= base + 0x00F00000;
/system/core/fastboot/
bootimg.c
73
hdr->
second_addr
= base + 0x00F00000;
Completed in 52 milliseconds