Searched refs:__image_copy_start (Results 1 – 22 of 22) sorted by relevance
10 extern ulong __image_copy_start;19 size_t len = (size_t)&__image_copy_end - (size_t)&__image_copy_start; in copy_uboot_to_ram()24 memcpy((void *)gd->relocaddr, (void *)&__image_copy_start, len); in copy_uboot_to_ram()61 if (offset_ptr_rom >= (Elf32_Addr *)&__image_copy_start && in do_elf_reloc_fixups()97 if (val < (unsigned int)&__image_copy_start || in do_elf_reloc_fixups()
19 __image_copy_start = .; symbol82 ASSERT(__image_copy_end - __image_copy_start < (CONFIG_SPL_MAX_SIZE), \
43 *(.__image_copy_start)
29 adr x1, __image_copy_start /* x1 <- Run &__image_copy_start */45 adr x1, __image_copy_start /* x1 <- Run &__image_copy_start */
23 char __image_copy_start[0] __attribute__((section(".__image_copy_start"))); variable
80 ldr r1, =__image_copy_start /* r1 <- SRC &__image_copy_start */
18 __image_copy_start = .; symbol
73 extern char __image_copy_start[];
14 __image_copy_start = .; symbol
23 __image_copy_start = .; symbol
19 *(.__image_copy_start)
20 *(.__image_copy_start)
26 *(.__image_copy_start)
22 *(.__image_copy_start)
23 *(.__image_copy_start)
36 *(.__image_copy_start)
123 monitor_flash_len = _end - __image_copy_start; in initr_reloc_global_data()
625 gd->reloc_off = gd->relocaddr - (unsigned long)__image_copy_start; in setup_reloc()