Searched refs:image_get_load (Results 1 – 12 of 12) sorted by relevance
38 load_addr = image_get_load(header); in do_mon_install()
59 = (unsigned char *)image_get_load(images->legacy_hdr_os); in do_bootm_linux()
198 uint32_t image_get_load(const image_header_t *hdr) in image_get_load() function361 printf("%sLoad Address: %08x\n", p, image_get_load(hdr)); in image_print_contents()388 image_get_load(hdr) - image_get_header_size(), in image_print_contents()1058 rd_load = image_get_load(rd_hdr); in boot_get_ramdisk()
455 load = image_get_load(fdt_hdr); in boot_get_fdt()
130 images.os.load = image_get_load(os_hdr); in bootm_find_os()
168 spl_image->load_addr = image_get_load(header); in spl_parse_image_header()172 spl_image->entry_point = image_get_load(header); in spl_parse_image_header()
218 data = image_get_load(hdr); in do_fpga()
749 uint32_t image_get_load(const image_header_t *hdr); in image_get_hdr_l()