Home
last modified time | relevance | path

Searched refs:__image_copy_end (Results 1 – 25 of 32) sorted by relevance

12

/u-boot/arch/arc/lib/
A Drelocate.c21 size_t len = (size_t)&__image_copy_end - (size_t)&__image_copy_start; in copy_uboot_to_ram()
64 offset_ptr_rom < (Elf32_Addr *)&__image_copy_end) { in do_elf_reloc_fixups()
100 val > (unsigned int)&__image_copy_end) { in do_elf_reloc_fixups()
/u-boot/include/asm-generic/
A Dsections.h62 extern char __image_copy_end[];
78 extern char __image_copy_end[];
/u-boot/arch/arm/mach-at91/arm926ejs/
A Du-boot-spl.lds35 __image_copy_end = .; symbol
55 ASSERT(__image_copy_end - __start <= (IMAGE_MAX_SIZE), \
/u-boot/arch/arm/cpu/
A Du-boot-spl.lds48 __image_copy_end = .; symbol
82 ASSERT(__image_copy_end - __image_copy_start <= (IMAGE_MAX_SIZE), \
/u-boot/arch/mips/mach-mtmips/
A Dspl.c39 void *uboot_base = __image_copy_end; in spl_nor_get_uboot_base()
/u-boot/arch/arm/mach-rockchip/
A Du-boot-tpl-v8.lds49 *(.__image_copy_end)
82 ASSERT(__image_copy_end - __image_copy_start < (CONFIG_TPL_MAX_SIZE), \
/u-boot/arch/arm/lib/
A Drelocate_64.S48 adrp x2, __image_copy_end /* x2 <- address bits [31:12] */
49 add x2, x2, :lo12:__image_copy_end /* x2 <- address bits [11:00] */
A Dsections.c24 char __image_copy_end[0] __attribute__((section(".__image_copy_end"))); variable
A Drelocate.S84 ldr r2, =__image_copy_end /* r2 <- SRC &__image_copy_end */
/u-boot/arch/arc/cpu/
A Du-boot.lds61 __image_copy_end = .; symbol
/u-boot/arch/arm/cpu/arm1136/
A Du-boot-spl.lds35 __image_copy_end = .; symbol
/u-boot/arch/arm/mach-omap2/
A Du-boot-spl.lds41 __image_copy_end = .; symbol
/u-boot/board/samsung/common/
A Dexynos-uboot-spl.lds43 __image_copy_end = .; symbol
/u-boot/arch/arm/cpu/arm926ejs/spear/
A Du-boot-spl.lds43 __image_copy_end = .; symbol
/u-boot/arch/arm/mach-at91/armv7/
A Du-boot-spl.lds42 __image_copy_end = .; symbol
/u-boot/board/davinci/da8xxevm/
A Du-boot-spl-da850evm.lds48 __image_copy_end = .; symbol
/u-boot/arch/arm/cpu/armv7/sunxi/
A Du-boot-spl.lds46 __image_copy_end = .; symbol
/u-boot/arch/arm/mach-orion5x/
A Du-boot-spl.lds49 __image_copy_end = .; symbol
/u-boot/board/synopsys/iot_devkit/
A Du-boot.lds75 __image_copy_end = .; symbol
/u-boot/arch/mips/lib/
A Dreloc.c129 length = __image_copy_end - __text_start; in relocate_code()
/u-boot/arch/arm/cpu/armv8/
A Du-boot-spl.lds56 *(.__image_copy_end)
/u-boot/board/qualcomm/dragonboard410c/
A Du-boot.lds76 *(.__image_copy_end)
/u-boot/board/qualcomm/dragonboard820c/
A Du-boot.lds69 *(.__image_copy_end)
/u-boot/board/compulab/cm_t335/
A Du-boot.lds47 *(.__image_copy_end)
/u-boot/arch/arm/mach-zynq/
A Du-boot.lds81 *(.__image_copy_end)

Completed in 26 milliseconds

12