Lines Matching defs:hdr
44 struct andr_img_hdr *hdr = NULL; in android_version_init() local
109 struct andr_img_hdr *hdr = NULL; in android_image_init_resource() local
147 static ulong android_image_get_kernel_addr(const struct andr_img_hdr *hdr) in android_image_get_kernel_addr()
184 void android_image_set_comp(struct andr_img_hdr *hdr, u32 comp) in android_image_set_comp()
189 u32 android_image_get_comp(const struct andr_img_hdr *hdr) in android_image_get_comp()
194 int android_image_parse_kernel_comp(const struct andr_img_hdr *hdr) in android_image_parse_kernel_comp()
215 int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify, in android_image_get_kernel()
270 int android_image_check_header(const struct andr_img_hdr *hdr) in android_image_check_header()
275 ulong android_image_get_end(const struct andr_img_hdr *hdr) in android_image_get_end()
304 u32 android_image_get_ksize(const struct andr_img_hdr *hdr) in android_image_get_ksize()
309 void android_image_set_kload(struct andr_img_hdr *hdr, u32 load_address) in android_image_set_kload()
314 ulong android_image_get_kload(const struct andr_img_hdr *hdr) in android_image_get_kload()
319 int android_image_get_ramdisk(const struct andr_img_hdr *hdr, in android_image_get_ramdisk()
372 int android_image_get_fdt(const struct andr_img_hdr *hdr, in android_image_get_fdt()
425 static int image_load(img_t img, struct andr_img_hdr *hdr, in image_load()
677 static int images_load_verify(struct andr_img_hdr *hdr, ulong part_start, in images_load_verify()
703 static int android_image_separate(struct andr_img_hdr *hdr, in android_image_separate()
792 static int android_image_separate_v34(struct andr_img_hdr *hdr, in android_image_separate_v34()
835 static ulong android_image_get_comp_addr(struct andr_img_hdr *hdr, int comp) in android_image_get_comp_addr()
895 void android_image_set_decomp(struct andr_img_hdr *hdr, int comp) in android_image_set_decomp()
911 static int android_image_load_separate(struct andr_img_hdr *hdr, in android_image_load_separate()
921 int android_image_memcpy_separate(struct andr_img_hdr *hdr, ulong *load_addr) in android_image_memcpy_separate()
963 struct andr_img_hdr *hdr; in android_image_load() local
1032 struct andr_img_hdr *hdr; in extract_boot_image_v012_header() local
1144 struct andr_img_hdr *hdr, bool save_hdr) in populate_boot_info()
1358 void android_print_contents(const struct andr_img_hdr *hdr) in android_print_contents()