Home
last modified time | relevance | path

Searched refs:__image_copy_start (Results 1 – 22 of 22) sorted by relevance

/external/u-boot/arch/arc/lib/
Drelocate.c10 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()
/external/u-boot/arch/arm/cpu/
Du-boot-spl.lds19 __image_copy_start = .; symbol
82 ASSERT(__image_copy_end - __image_copy_start < (CONFIG_SPL_MAX_SIZE), \
Du-boot.lds43 *(.__image_copy_start)
/external/u-boot/arch/arm/lib/
Drelocate_64.S29 adr x1, __image_copy_start /* x1 <- Run &__image_copy_start */
45 adr x1, __image_copy_start /* x1 <- Run &__image_copy_start */
Dsections.c23 char __image_copy_start[0] __attribute__((section(".__image_copy_start"))); variable
Drelocate.S80 ldr r1, =__image_copy_start /* r1 <- SRC &__image_copy_start */
/external/u-boot/tools/binman/test/
Du_boot_binman_syms.lds18 __image_copy_start = .; symbol
/external/u-boot/include/asm-generic/
Dsections.h73 extern char __image_copy_start[];
/external/u-boot/arch/arc/cpu/
Du-boot.lds14 __image_copy_start = .; symbol
/external/u-boot/arch/arm/mach-zynq/
Du-boot-spl.lds23 __image_copy_start = .; symbol
Du-boot.lds19 *(.__image_copy_start)
/external/u-boot/board/qualcomm/dragonboard820c/
Du-boot.lds20 *(.__image_copy_start)
/external/u-boot/board/qualcomm/dragonboard410c/
Du-boot.lds20 *(.__image_copy_start)
/external/u-boot/arch/arm/cpu/armv8/
Du-boot-spl.lds26 *(.__image_copy_start)
Du-boot.lds26 *(.__image_copy_start)
/external/u-boot/board/compulab/cm_t335/
Du-boot.lds19 *(.__image_copy_start)
/external/u-boot/board/cirrus/edb93xx/
Du-boot.lds22 *(.__image_copy_start)
/external/u-boot/board/birdland/bav335x/
Du-boot.lds23 *(.__image_copy_start)
/external/u-boot/board/vscom/baltos/
Du-boot.lds36 *(.__image_copy_start)
/external/u-boot/board/ti/am335x/
Du-boot.lds36 *(.__image_copy_start)
/external/u-boot/common/
Dboard_r.c123 monitor_flash_len = _end - __image_copy_start; in initr_reloc_global_data()
Dboard_f.c625 gd->reloc_off = gd->relocaddr - (unsigned long)__image_copy_start; in setup_reloc()