Lines Matching defs:hdr
39 struct andr_img_hdr *hdr = NULL; in android_version_init() local
104 struct andr_img_hdr *hdr = NULL; in android_image_init_resource() local
142 static ulong android_image_get_kernel_addr(const struct andr_img_hdr *hdr) in android_image_get_kernel_addr()
179 void android_image_set_comp(struct andr_img_hdr *hdr, u32 comp) in android_image_set_comp()
184 u32 android_image_get_comp(const struct andr_img_hdr *hdr) in android_image_get_comp()
189 int android_image_parse_kernel_comp(const struct andr_img_hdr *hdr) in android_image_parse_kernel_comp()
210 int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify, in android_image_get_kernel()
265 int android_image_check_header(const struct andr_img_hdr *hdr) in android_image_check_header()
270 ulong android_image_get_end(const struct andr_img_hdr *hdr) in android_image_get_end()
299 u32 android_image_get_ksize(const struct andr_img_hdr *hdr) in android_image_get_ksize()
304 void android_image_set_kload(struct andr_img_hdr *hdr, u32 load_address) in android_image_set_kload()
309 ulong android_image_get_kload(const struct andr_img_hdr *hdr) in android_image_get_kload()
314 int android_image_get_ramdisk(const struct andr_img_hdr *hdr, in android_image_get_ramdisk()
367 int android_image_get_fdt(const struct andr_img_hdr *hdr, in android_image_get_fdt()
420 static int image_load(img_t img, struct andr_img_hdr *hdr, in image_load()
664 static int images_load_verify(struct andr_img_hdr *hdr, ulong part_start, void *ram_base) in images_load_verify()
688 static int android_image_separate(struct andr_img_hdr *hdr, in android_image_separate()
766 static int android_image_separate_v34(struct andr_img_hdr *hdr, in android_image_separate_v34()
809 static ulong android_image_get_comp_addr(struct andr_img_hdr *hdr, int comp) in android_image_get_comp_addr()
869 void android_image_set_decomp(struct andr_img_hdr *hdr, int comp) in android_image_set_decomp()
885 static int android_image_load_separate(struct andr_img_hdr *hdr, in android_image_load_separate()
895 int android_image_memcpy_separate(struct andr_img_hdr *hdr, ulong *load_addr) in android_image_memcpy_separate()
937 struct andr_img_hdr *hdr; in android_image_load() local
1006 struct andr_img_hdr *hdr; in extract_boot_image_v012_header() local
1127 struct andr_img_hdr *hdr, bool save_hdr) in populate_boot_info()
1359 void android_print_contents(const struct andr_img_hdr *hdr) in android_print_contents()