OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:second_addr
(Results
1 - 8
of
8
) sorted by null
/hardware/intel/bootstub/
bootimg.h
50
unsigned
second_addr
; /* physical load addr */
member in struct:boot_img_hdr
85
** 6. if second_size != 0: jump to
second_addr
/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
commands.c
135
hdr->
second_addr
, second_ptr, second_actual,
/system/core/mkbootimg/
bootimg.h
40
unsigned
second_addr
; /* physical load addr */
member in struct:boot_img_hdr
80
** 6. if second_size != 0: jump to
second_addr
mkbootimg.c
169
hdr.
second_addr
= base + second_offset;
/system/core/fastboot/
bootimg.c
74
hdr->
second_addr
= base + second_offset;
/system/core/fastbootd/commands/
boot.c
94
uintptr_t second_phys, void *
second_addr
, int second_size,
129
segment[segment_count].buf =
second_addr
;
/system/extras/verity/
BootSignature.java
203
image.getLong(); //
second_addr
+ tags_addr
Completed in 145 milliseconds