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

  /hardware/intel/bootstub/
bootimg.h 50 unsigned second_addr; /* physical load addr */ member in struct:boot_img_hdr
85 ** 6. if second_size != 0: jump to second_addr
  /system/core/fastbootd/
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
commands.c 135 hdr->second_addr, second_ptr, second_actual,
  /system/core/mkbootimg/
bootimg.h 40 unsigned second_addr; /* physical load addr */ member in struct:boot_img_hdr
80 ** 6. if second_size != 0: jump to second_addr
mkbootimg.c 169 hdr.second_addr = base + second_offset;
  /system/core/fastboot/
bootimg.c 74 hdr->second_addr = base + second_offset;
  /system/core/fastbootd/commands/
boot.c 94 uintptr_t second_phys, void *second_addr, int second_size,
129 segment[segment_count].buf = second_addr;

Completed in 49 milliseconds