Home
last modified time | relevance | path

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

12

/openbmc/u-boot/arch/arc/lib/
H A 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()
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dmisc.h30 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 Du-boot-spl.lds19 __image_copy_start = .; symbol
82 ASSERT(__image_copy_end - __image_copy_start < (IMAGE_MAX_SIZE), \
H A Du-boot.lds43 *(.__image_copy_start)
/openbmc/u-boot/arch/arm/lib/
H A Drelocate_64.S29 adr x1, __image_copy_start /* x1 <- Run &__image_copy_start */
45 adr x1, __image_copy_start /* x1 <- Run &__image_copy_start */
H A Dsections.c23 char __image_copy_start[0] __attribute__((section(".__image_copy_start"))); variable
H A Drelocate.S140 .word __image_copy_start - relocate_code
/openbmc/u-boot/tools/binman/test/
H A Du_boot_binman_syms.lds18 __image_copy_start = .; symbol
/openbmc/u-boot/include/asm-generic/
H A Dsections.h73 extern char __image_copy_start[];
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/
H A Du-boot-spl.lds23 __image_copy_start = .; symbol
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/
H A Du-boot-spl.lds23 __image_copy_start = .; symbol
/openbmc/u-boot/arch/arc/cpu/
H A Du-boot.lds14 __image_copy_start = .; symbol
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Du-boot-spl.lds23 __image_copy_start = .; symbol
/openbmc/u-boot/arch/arm/mach-zynq/
H A Du-boot-spl.lds23 __image_copy_start = .; symbol
H A Du-boot.lds19 *(.__image_copy_start)
/openbmc/u-boot/board/synopsys/iot_devkit/
H A Du-boot.lds20 __image_copy_start = .; symbol
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Du-boot-spl.lds26 *(.__image_copy_start)
H A Du-boot.lds26 *(.__image_copy_start)
/openbmc/u-boot/board/qualcomm/dragonboard410c/
H A Du-boot.lds20 *(.__image_copy_start)
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Du-boot.lds20 *(.__image_copy_start)
/openbmc/u-boot/board/compulab/cm_t335/
H A Du-boot.lds19 *(.__image_copy_start)
/openbmc/u-boot/board/birdland/bav335x/
H A Du-boot.lds23 *(.__image_copy_start)
/openbmc/u-boot/board/cirrus/edb93xx/
H A Du-boot.lds22 *(.__image_copy_start)
/openbmc/u-boot/board/vscom/baltos/
H A Du-boot.lds36 *(.__image_copy_start)
/openbmc/u-boot/board/ti/am335x/
H A Du-boot.lds36 *(.__image_copy_start)

12