/openbmc/u-boot/arch/arc/lib/ |
H A D | relocate.c | 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()
|
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/ |
H A D | misc.h | 30 if ((__image_copy_start >= (char *)SOCFPGA_FPGA_SLAVES_ADDRESS) && in socfpga_is_booting_from_fpga() 31 (__image_copy_start < (char *)SOCFPGA_STM_ADDRESS)) in socfpga_is_booting_from_fpga()
|
/openbmc/u-boot/arch/arm/cpu/ |
H A D | u-boot-spl.lds | 19 __image_copy_start = .; symbol 82 ASSERT(__image_copy_end - __image_copy_start < (IMAGE_MAX_SIZE), \
|
H A D | u-boot.lds | 43 *(.__image_copy_start)
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | relocate_64.S | 29 adr x1, __image_copy_start /* x1 <- Run &__image_copy_start */ 45 adr x1, __image_copy_start /* x1 <- Run &__image_copy_start */
|
H A D | sections.c | 23 char __image_copy_start[0] __attribute__((section(".__image_copy_start"))); variable
|
H A D | relocate.S | 140 .word __image_copy_start - relocate_code
|
/openbmc/u-boot/tools/binman/test/ |
H A D | u_boot_binman_syms.lds | 18 __image_copy_start = .; symbol
|
/openbmc/u-boot/include/asm-generic/ |
H A D | sections.h | 73 extern char __image_copy_start[];
|
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/ |
H A D | u-boot-spl.lds | 23 __image_copy_start = .; symbol
|
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/ |
H A D | u-boot-spl.lds | 23 __image_copy_start = .; symbol
|
/openbmc/u-boot/arch/arc/cpu/ |
H A D | u-boot.lds | 14 __image_copy_start = .; symbol
|
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/ |
H A D | u-boot-spl.lds | 23 __image_copy_start = .; symbol
|
/openbmc/u-boot/arch/arm/mach-zynq/ |
H A D | u-boot-spl.lds | 23 __image_copy_start = .; symbol
|
H A D | u-boot.lds | 19 *(.__image_copy_start)
|
/openbmc/u-boot/board/synopsys/iot_devkit/ |
H A D | u-boot.lds | 20 __image_copy_start = .; symbol
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | u-boot-spl.lds | 26 *(.__image_copy_start)
|
H A D | u-boot.lds | 26 *(.__image_copy_start)
|
/openbmc/u-boot/board/qualcomm/dragonboard410c/ |
H A D | u-boot.lds | 20 *(.__image_copy_start)
|
/openbmc/u-boot/board/qualcomm/dragonboard820c/ |
H A D | u-boot.lds | 20 *(.__image_copy_start)
|
/openbmc/u-boot/board/compulab/cm_t335/ |
H A D | u-boot.lds | 19 *(.__image_copy_start)
|
/openbmc/u-boot/board/birdland/bav335x/ |
H A D | u-boot.lds | 23 *(.__image_copy_start)
|
/openbmc/u-boot/board/cirrus/edb93xx/ |
H A D | u-boot.lds | 22 *(.__image_copy_start)
|
/openbmc/u-boot/board/vscom/baltos/ |
H A D | u-boot.lds | 36 *(.__image_copy_start)
|
/openbmc/u-boot/board/ti/am335x/ |
H A D | u-boot.lds | 36 *(.__image_copy_start)
|