HomeSort by relevance Sort by last modified time
    Searched defs:tags_offset (Results 1 - 2 of 2) sorted by null

  /system/core/mkbootimg/
mkbootimg.c 116 unsigned tags_offset = 0x00000100; local
150 } else if(!strcmp(arg, "--tags_offset")) {
151 tags_offset = strtoul(val, 0, 16);
170 hdr.tags_addr = base + tags_offset;
  /system/core/fastboot/
fastboot.c 67 unsigned page_size, unsigned base, unsigned tags_offset,
84 unsigned tags_offset = 0x00000100; variable
380 page_size, base_addr, tags_offset, &bsize);
997 {"tags_offset", required_argument, 0, 't'},
1047 tags_offset = strtoul(optarg, 0, 16);
    [all...]

Completed in 134 milliseconds