Lines Matching refs:andr_img_hdr
21 static ulong android_image_get_kernel_addr(const struct andr_img_hdr *hdr) in android_image_get_kernel_addr()
62 int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify, in android_image_get_kernel()
125 int android_image_check_header(const struct andr_img_hdr *hdr) in android_image_check_header()
130 ulong android_image_get_end(const struct andr_img_hdr *hdr) in android_image_get_end()
153 ulong android_image_get_kload(const struct andr_img_hdr *hdr) in android_image_get_kload()
158 ulong android_image_get_kcomp(const struct andr_img_hdr *hdr) in android_image_get_kcomp()
170 int android_image_get_ramdisk(const struct andr_img_hdr *hdr, in android_image_get_ramdisk()
189 int android_image_get_second(const struct andr_img_hdr *hdr, in android_image_get_second()
229 const struct andr_img_hdr *hdr; in android_image_get_dtbo()
278 const struct andr_img_hdr *hdr; in android_image_get_dtb_img_addr()
331 const struct andr_img_hdr *hdr; in android_image_get_dtb_by_index()
396 void android_print_contents(const struct andr_img_hdr *hdr) in android_print_contents()
488 const struct andr_img_hdr *hdr; in android_image_print_dtb_contents()