Home
last modified time | relevance | path

Searched refs:__efi_runtime_stop (Results 1 – 15 of 15) sorted by relevance

/external/u-boot/arch/sandbox/cpu/
Du-boot.lds29 .__efi_runtime_stop : {
30 *(.__efi_runtime_stop)
/external/u-boot/arch/x86/cpu/
Du-boot-64.lds33 .__efi_runtime_stop : {
34 *(.__efi_runtime_stop)
Du-boot.lds33 .__efi_runtime_stop : {
34 *(.__efi_runtime_stop)
/external/u-boot/board/qualcomm/dragonboard410c/
Du-boot.lds31 __efi_runtime_stop = .; symbol
62 __efi_runtime_stop = .; symbol
/external/u-boot/arch/arm/mach-zynq/
Du-boot.lds35 .__efi_runtime_stop : {
36 *(.__efi_runtime_stop)
/external/u-boot/arch/sandbox/lib/
Dsections.c8 char __efi_runtime_stop[0] __attribute__((section(".__efi_runtime_stop"))); variable
/external/u-boot/arch/x86/lib/
Dsections.c7 char __efi_runtime_stop[0] __attribute__((section(".__efi_runtime_stop"))); variable
/external/u-boot/board/ti/am335x/
Du-boot.lds53 .__efi_runtime_stop : {
54 *(.__efi_runtime_stop)
/external/u-boot/arch/arm/lib/
Dsections.c32 char __efi_runtime_stop[0] __attribute__((section(".__efi_runtime_stop"))); variable
/external/u-boot/arch/riscv/cpu/
Du-boot.lds23 __efi_runtime_stop = .; symbol
/external/u-boot/arch/arm/cpu/
Du-boot.lds59 .__efi_runtime_stop : {
60 *(.__efi_runtime_stop)
/external/u-boot/board/qualcomm/dragonboard820c/
Du-boot.lds31 __efi_runtime_stop = .; symbol
/external/u-boot/arch/arm/cpu/armv8/
Du-boot.lds36 __efi_runtime_stop = .; symbol
/external/u-boot/include/
Defi_loader.h173 extern unsigned int __efi_runtime_start, __efi_runtime_stop;
/external/u-boot/lib/efi_loader/
Defi_memory.c762 runtime_end = (ulong)&__efi_runtime_stop; in add_u_boot_and_runtime()