/external/u-boot/arch/arc/lib/ |
D | relocate.c | 19 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/ |
D | sections.h | 58 extern char __image_copy_end[]; 74 extern char __image_copy_end[];
|
/external/u-boot/arch/arm/mach-at91/arm926ejs/ |
D | u-boot-spl.lds | 35 __image_copy_end = .; symbol 55 ASSERT(__image_copy_end - __start <= (IMAGE_MAX_SIZE), \
|
/external/u-boot/arch/arm/cpu/ |
D | u-boot-spl.lds | 48 __image_copy_end = .; symbol 82 ASSERT(__image_copy_end - __image_copy_start <= (IMAGE_MAX_SIZE), \
|
/external/u-boot/arch/arm/lib/ |
D | relocate_64.S | 48 adrp x2, __image_copy_end /* x2 <- address bits [31:12] */ 49 add x2, x2, :lo12:__image_copy_end /* x2 <- address bits [11:00] */
|
D | sections.c | 24 char __image_copy_end[0] __attribute__((section(".__image_copy_end"))); variable
|
D | relocate.S | 84 ldr r2, =__image_copy_end /* r2 <- SRC &__image_copy_end */
|
/external/u-boot/arch/arm/mach-rockchip/ |
D | u-boot-tpl-v8.lds | 49 *(.__image_copy_end) 82 ASSERT(__image_copy_end - __image_copy_start < (CONFIG_TPL_MAX_SIZE), \
|
/external/u-boot/arch/arc/cpu/ |
D | u-boot.lds | 61 __image_copy_end = .; symbol
|
/external/u-boot/arch/arm/cpu/arm1136/ |
D | u-boot-spl.lds | 35 __image_copy_end = .; symbol
|
/external/u-boot/arch/arm/mach-omap2/ |
D | u-boot-spl.lds | 41 __image_copy_end = .; symbol
|
/external/u-boot/board/samsung/common/ |
D | exynos-uboot-spl.lds | 43 __image_copy_end = .; symbol
|
/external/u-boot/board/davinci/da8xxevm/ |
D | u-boot-spl-da850evm.lds | 48 __image_copy_end = .; symbol
|
/external/u-boot/arch/arm/cpu/arm926ejs/spear/ |
D | u-boot-spl.lds | 43 __image_copy_end = .; symbol
|
/external/u-boot/arch/arm/mach-at91/armv7/ |
D | u-boot-spl.lds | 42 __image_copy_end = .; symbol
|
/external/u-boot/arch/arm/cpu/armv7/sunxi/ |
D | u-boot-spl.lds | 46 __image_copy_end = .; symbol
|
/external/u-boot/arch/mips/lib/ |
D | reloc.c | 126 length = __image_copy_end - __text_start; in relocate_code()
|
/external/u-boot/arch/arm/cpu/arm926ejs/orion5x/ |
D | u-boot-spl.lds | 49 __image_copy_end = .; symbol
|
/external/u-boot/board/synopsys/iot_devkit/ |
D | u-boot.lds | 75 __image_copy_end = .; symbol
|
/external/u-boot/arch/arm/cpu/armv8/ |
D | u-boot-spl.lds | 48 *(.__image_copy_end)
|
/external/u-boot/board/qualcomm/dragonboard820c/ |
D | u-boot.lds | 69 *(.__image_copy_end)
|
/external/u-boot/board/qualcomm/dragonboard410c/ |
D | u-boot.lds | 76 *(.__image_copy_end)
|
/external/u-boot/board/compulab/cm_t335/ |
D | u-boot.lds | 47 *(.__image_copy_end)
|
/external/u-boot/board/cirrus/edb93xx/ |
D | u-boot.lds | 52 *(.__image_copy_end)
|
/external/u-boot/board/birdland/bav335x/ |
D | u-boot.lds | 51 *(.__image_copy_end)
|