Searched refs:__BSS_END__ (Results 1 – 15 of 15) sorted by relevance
/tf-a-ffa_el3_spmc/lib/romlib/ |
A D | init.s | 29 adrp x2, __BSS_END__ 30 add x2, x2, :lo12:__BSS_END__
|
A D | romlib.ld.S | 41 __BSS_END__ = .; define
|
/tf-a-ffa_el3_spmc/bl2u/aarch64/ |
A D | bl2u_entrypoint.S | 74 adrp x1, __BSS_END__ 75 add x1, x1, :lo12:__BSS_END__
|
/tf-a-ffa_el3_spmc/bl2/aarch64/ |
A D | bl2_entrypoint.S | 77 adrp x1, __BSS_END__ 78 add x1, x1, :lo12:__BSS_END__
|
/tf-a-ffa_el3_spmc/bl31/aarch64/ |
A D | bl31_entrypoint.S | 122 adrp x1, __BSS_END__ 123 add x1, x1, :lo12:__BSS_END__
|
/tf-a-ffa_el3_spmc/plat/marvell/armada/a8k/common/ble/ |
A D | ble.ld.S | 52 __BSS_END__ = .; define
|
/tf-a-ffa_el3_spmc/plat/mediatek/mt6795/ |
A D | bl31.ld.S | 70 __RW_END__ = __BSS_END__;
|
/tf-a-ffa_el3_spmc/bl2u/aarch32/ |
A D | bl2u_entrypoint.S | 82 ldr r1, =__BSS_END__
|
/tf-a-ffa_el3_spmc/bl2/aarch32/ |
A D | bl2_entrypoint.S | 83 ldr r1, =__BSS_END__
|
/tf-a-ffa_el3_spmc/include/arch/aarch64/ |
A D | el3_common_macros.S | 415 adrp x1, __BSS_END__ 416 add x1, x1, :lo12:__BSS_END__
|
/tf-a-ffa_el3_spmc/bl32/tsp/aarch64/ |
A D | tsp_entrypoint.S | 119 adrp x1, __BSS_END__ 120 add x1, x1, :lo12:__BSS_END__
|
/tf-a-ffa_el3_spmc/include/common/ |
A D | bl_common.ld.h | 214 __BSS_END__ = .; \
|
A D | bl_common.h | 59 #define __BSS_END__ Load$$LR$$LR_BSS$$Limit macro
|
/tf-a-ffa_el3_spmc/include/arch/aarch32/ |
A D | el3_common_macros.S | 373 ldr r1, =__BSS_END__
|
/tf-a-ffa_el3_spmc/bl32/sp_min/aarch32/ |
A D | entrypoint.S | 155 ldr r1, =__BSS_END__
|
Completed in 20 milliseconds