HomeSort by relevance Sort by last modified time
    Searched refs:tags_offset (Results 1 - 3 of 3) 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 64 unsigned page_size, unsigned base, unsigned tags_offset,
82 unsigned tags_offset = 0x00000100; variable
357 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;

Completed in 190 milliseconds