OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tags_offset
(Results
1 - 4
of
4
) sorted by null
/system/core/fastboot/
bootimg.c
43
unsigned page_size, unsigned base, unsigned
tags_offset
,
75
hdr->tags_addr = base +
tags_offset
;
fastboot.c
67
unsigned page_size, unsigned base, unsigned
tags_offset
,
85
unsigned
tags_offset
= 0x00000100;
variable
374
page_size, base_addr,
tags_offset
, &bsize);
/system/core/mkbootimg/
mkbootimg.c
116
unsigned
tags_offset
= 0x00000100;
local
149
} else if(!strcmp(arg, "--
tags_offset
")) {
150
tags_offset
= strtoul(val, 0, 16);
169
hdr.tags_addr = base +
tags_offset
;
/device/lge/hammerhead/
BoardConfig.mk
30
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02900000 --
tags_offset
0x02700000
Completed in 58 milliseconds