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

  /system/core/mkbootimg/
bootimg.h 39 unsigned second_addr; /* physical load addr */ member in struct:boot_img_hdr
75 ** 6. if second_size != 0: jump to second_addr
mkbootimg.c 121 hdr.second_addr = 0x10F00000;
146 hdr.second_addr = base + 0x00F00000;
  /bootable/bootloader/legacy/include/boot/
bootimg.h 50 unsigned second_addr; /* physical load addr */ member in struct:boot_img_hdr
86 ** 6. if second_size != 0: jump to second_addr
  /system/core/fastboot/
bootimg.c 73 hdr->second_addr = base + 0x00F00000;

Completed in 133 milliseconds