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

  /system/core/fastboot/
bootimg_utils.h 42 unsigned page_size, unsigned base, unsigned tags_offset,
bootimg_utils.cpp 43 unsigned page_size, unsigned base, unsigned tags_offset,
73 hdr->tags_addr = base + tags_offset;
fastboot.cpp 75 unsigned tags_offset = 0x00000100; variable
370 page_size, base_addr, tags_offset, &bsize);
996 {"tags_offset", required_argument, 0, 't'},
1048 tags_offset = strtoul(optarg, 0, 16);
    [all...]
  /system/core/mkbootimg/
mkbootimg.c 126 uint32_t tags_offset = 0x00000100U; local
163 } else if(!strcmp(arg, "--tags_offset")) {
164 tags_offset = strtoul(val, 0, 16);
186 hdr.tags_addr = base + tags_offset;
  /device/lge/hammerhead/
BoardConfig.mk 29 BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02900000 --tags_offset 0x02700000
  /device/moto/shamu/
BoardConfig.mk 32 BOARD_MKBOOTIMG_ARGS := --ramdisk_offset $(BOARD_RAMDISK_OFFSET) --tags_offset $(BOARD_KERNEL_TAGS_OFFSET)

Completed in 78 milliseconds