Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A Drelocate.c11 extern ulong __image_copy_start;
18 size_t len = (size_t)&__image_copy_end - (size_t)&__image_copy_start; in copy_uboot_to_ram()
20 memcpy((void *)gd->relocaddr, (void *)&__image_copy_start, len); in copy_uboot_to_ram()
54 if (offset_ptr_rom >= (Elf32_Addr *)&__image_copy_start && in do_elf_reloc_fixups()
81 if (val >= (unsigned int)&__image_copy_start && val <= in do_elf_reloc_fixups()
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Drelocate_64.S30 adrp x1, __image_copy_start /* x1 <- address bits [31:12] */
31 add x1, x1, :lo12:__image_copy_start/* x1 <- address bits [11:00] */
47 adrp x1, __image_copy_start /* x1 <- address bits [31:12] */
48 add x1, x1, :lo12:__image_copy_start/* x1 <- address bits [11:00] */
H A Dsections.c24 char __image_copy_start[0] __attribute__((section(".__image_copy_start"))); variable
H A Drelocate.S81 ldr r1, =__image_copy_start /* r1 <- SRC &__image_copy_start */
/OK3568_Linux_fs/u-boot/tpl/
H A Du-boot-spl.lds
/OK3568_Linux_fs/u-boot/arch/arm/cpu/
H A Du-boot-spl.lds20 __image_copy_start = .; symbol
75 ASSERT(__image_copy_end - __image_copy_start < (CONFIG_SPL_MAX_SIZE), \
H A Du-boot.lds44 *(.__image_copy_start)
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Du-boot-tpl-v8.lds24 *(.__image_copy_start)
79 ASSERT(__image_copy_end - __image_copy_start < (CONFIG_TPL_MAX_SIZE), \
/OK3568_Linux_fs/u-boot/arch/arc/cpu/
H A Du-boot.lds15 __image_copy_start = .; symbol
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dsections.h78 extern char __image_copy_start[];
/OK3568_Linux_fs/u-boot/
H A Du-boot.lds
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.lds
/OK3568_Linux_fs/u-boot/arch/arm/mach-zynq/
H A Du-boot-spl.lds24 __image_copy_start = .; symbol
H A Du-boot.lds20 *(.__image_copy_start)
/OK3568_Linux_fs/u-boot/board/qualcomm/dragonboard410c/
H A Du-boot.lds21 *(.__image_copy_start)
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A Du-boot-spl.lds27 *(.__image_copy_start)
H A Du-boot.lds27 *(.__image_copy_start)
/OK3568_Linux_fs/u-boot/board/compulab/cm_t335/
H A Du-boot.lds20 *(.__image_copy_start)
/OK3568_Linux_fs/u-boot/board/birdland/bav335x/
H A Du-boot.lds24 *(.__image_copy_start)
/OK3568_Linux_fs/u-boot/board/cirrus/edb93xx/
H A Du-boot.lds23 *(.__image_copy_start)
/OK3568_Linux_fs/u-boot/board/freescale/mx31ads/
H A Du-boot.lds21 *(.__image_copy_start)
/OK3568_Linux_fs/u-boot/board/vscom/baltos/
H A Du-boot.lds36 *(.__image_copy_start)
/OK3568_Linux_fs/u-boot/board/ti/am335x/
H A Du-boot.lds36 *(.__image_copy_start)
/OK3568_Linux_fs/u-boot/common/
H A Dboard_r.c159 monitor_flash_len = _end - __image_copy_start; in initr_reloc_global_data()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl.c350 gd->reloc_off = gd->relocaddr - (unsigned long)__image_copy_start; in spl_setup_relocate()

12