Searched refs:tags_offset (Results 1 - 1 of 1) sorted by path

/system/core/mkbootimg/
H A Dmkbootimg.c116 unsigned tags_offset = 0x00000100; local
149 } else if(!strcmp(arg, "--tags_offset")) {
150 tags_offset = strtoul(val, 0, 16);
168 hdr.tags_addr = base + tags_offset;

Completed in 24 milliseconds