| /OK3568_Linux_fs/u-boot/arch/arc/lib/ |
| H A D | relocate.c | 11 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 D | relocate_64.S | 30 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 D | sections.c | 24 char __image_copy_start[0] __attribute__((section(".__image_copy_start"))); variable
|
| H A D | relocate.S | 81 ldr r1, =__image_copy_start /* r1 <- SRC &__image_copy_start */
|
| /OK3568_Linux_fs/u-boot/tpl/ |
| H A D | u-boot-spl.lds | |
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/ |
| H A D | u-boot-spl.lds | 20 __image_copy_start = .; symbol 75 ASSERT(__image_copy_end - __image_copy_start < (CONFIG_SPL_MAX_SIZE), \
|
| H A D | u-boot.lds | 44 *(.__image_copy_start)
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | u-boot-tpl-v8.lds | 24 *(.__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 D | u-boot.lds | 15 __image_copy_start = .; symbol
|
| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | sections.h | 78 extern char __image_copy_start[];
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | u-boot.lds | |
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.lds | |
| /OK3568_Linux_fs/u-boot/arch/arm/mach-zynq/ |
| H A D | u-boot-spl.lds | 24 __image_copy_start = .; symbol
|
| H A D | u-boot.lds | 20 *(.__image_copy_start)
|
| /OK3568_Linux_fs/u-boot/board/qualcomm/dragonboard410c/ |
| H A D | u-boot.lds | 21 *(.__image_copy_start)
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/ |
| H A D | u-boot-spl.lds | 27 *(.__image_copy_start)
|
| H A D | u-boot.lds | 27 *(.__image_copy_start)
|
| /OK3568_Linux_fs/u-boot/board/compulab/cm_t335/ |
| H A D | u-boot.lds | 20 *(.__image_copy_start)
|
| /OK3568_Linux_fs/u-boot/board/birdland/bav335x/ |
| H A D | u-boot.lds | 24 *(.__image_copy_start)
|
| /OK3568_Linux_fs/u-boot/board/cirrus/edb93xx/ |
| H A D | u-boot.lds | 23 *(.__image_copy_start)
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx31ads/ |
| H A D | u-boot.lds | 21 *(.__image_copy_start)
|
| /OK3568_Linux_fs/u-boot/board/vscom/baltos/ |
| H A D | u-boot.lds | 36 *(.__image_copy_start)
|
| /OK3568_Linux_fs/u-boot/board/ti/am335x/ |
| H A D | u-boot.lds | 36 *(.__image_copy_start)
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | board_r.c | 159 monitor_flash_len = _end - __image_copy_start; in initr_reloc_global_data()
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl.c | 350 gd->reloc_off = gd->relocaddr - (unsigned long)__image_copy_start; in spl_setup_relocate()
|