Home
last modified time | relevance | path

Searched refs:_TEXT_BASE (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dstart.S36 .globl _TEXT_BASE
37 _TEXT_BASE: label
68 ldr x1, _TEXT_BASE /* x1 <- Linked value of _start */
/openbmc/u-boot/include/asm-generic/
H A Dsections.h88 extern ulong _TEXT_BASE; /* code start */
/openbmc/u-boot/doc/
H A DREADME.ARM-memory-map16 another variable (_TEXT_BASE) with the same content as _armboot_start.
/openbmc/u-boot/arch/arm/lib/
H A Drelocate_64.S42 ldr x1, _TEXT_BASE /* x1 <- Linked &__image_copy_start */
H A Dcrt0_64.S106 ldr x9, _TEXT_BASE /* x9 <- Linked value of _start */
/openbmc/u-boot/arch/nds32/cpu/n1213/
H A Dstart.S88 .globl _TEXT_BASE
89 _TEXT_BASE: label
260 l.w $r0, _TEXT_BASE@GOTOFF /* r0 <- Text base */