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
/system/core/fastbootd/
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
168
hdr.
second_addr
= base + second_offset;
/system/core/fastboot/
bootimg.c
74
hdr->
second_addr
= base + second_offset;
Completed in 62 milliseconds