Home
last modified time | relevance | path

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

12

/external/u-boot/arch/arc/lib/
Drelocate.c19 size_t len = (size_t)&__image_copy_end - (size_t)&__image_copy_start; in copy_uboot_to_ram()
62 offset_ptr_rom < (Elf32_Addr *)&__image_copy_end) { in do_elf_reloc_fixups()
98 val > (unsigned int)&__image_copy_end) { in do_elf_reloc_fixups()
/external/u-boot/include/asm-generic/
Dsections.h58 extern char __image_copy_end[];
74 extern char __image_copy_end[];
/external/u-boot/arch/arm/mach-at91/arm926ejs/
Du-boot-spl.lds35 __image_copy_end = .; symbol
55 ASSERT(__image_copy_end - __start <= (IMAGE_MAX_SIZE), \
/external/u-boot/arch/arm/cpu/
Du-boot-spl.lds48 __image_copy_end = .; symbol
82 ASSERT(__image_copy_end - __image_copy_start <= (IMAGE_MAX_SIZE), \
/external/u-boot/arch/arm/lib/
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] */
Dsections.c24 char __image_copy_end[0] __attribute__((section(".__image_copy_end"))); variable
Drelocate.S84 ldr r2, =__image_copy_end /* r2 <- SRC &__image_copy_end */
/external/u-boot/arch/arm/mach-rockchip/
Du-boot-tpl-v8.lds49 *(.__image_copy_end)
82 ASSERT(__image_copy_end - __image_copy_start < (CONFIG_TPL_MAX_SIZE), \
/external/u-boot/arch/arc/cpu/
Du-boot.lds61 __image_copy_end = .; symbol
/external/u-boot/arch/arm/cpu/arm1136/
Du-boot-spl.lds35 __image_copy_end = .; symbol
/external/u-boot/arch/arm/mach-omap2/
Du-boot-spl.lds41 __image_copy_end = .; symbol
/external/u-boot/board/samsung/common/
Dexynos-uboot-spl.lds43 __image_copy_end = .; symbol
/external/u-boot/board/davinci/da8xxevm/
Du-boot-spl-da850evm.lds48 __image_copy_end = .; symbol
/external/u-boot/arch/arm/cpu/arm926ejs/spear/
Du-boot-spl.lds43 __image_copy_end = .; symbol
/external/u-boot/arch/arm/mach-at91/armv7/
Du-boot-spl.lds42 __image_copy_end = .; symbol
/external/u-boot/arch/arm/cpu/armv7/sunxi/
Du-boot-spl.lds46 __image_copy_end = .; symbol
/external/u-boot/arch/mips/lib/
Dreloc.c126 length = __image_copy_end - __text_start; in relocate_code()
/external/u-boot/arch/arm/cpu/arm926ejs/orion5x/
Du-boot-spl.lds49 __image_copy_end = .; symbol
/external/u-boot/board/synopsys/iot_devkit/
Du-boot.lds75 __image_copy_end = .; symbol
/external/u-boot/arch/arm/cpu/armv8/
Du-boot-spl.lds48 *(.__image_copy_end)
/external/u-boot/board/qualcomm/dragonboard820c/
Du-boot.lds69 *(.__image_copy_end)
/external/u-boot/board/qualcomm/dragonboard410c/
Du-boot.lds76 *(.__image_copy_end)
/external/u-boot/board/compulab/cm_t335/
Du-boot.lds47 *(.__image_copy_end)
/external/u-boot/board/cirrus/edb93xx/
Du-boot.lds52 *(.__image_copy_end)
/external/u-boot/board/birdland/bav335x/
Du-boot.lds51 *(.__image_copy_end)

12