Home
last modified time | relevance | path

Searched refs:__efi_runtime_rel_stop (Results 1 – 14 of 14) sorted by relevance

/external/u-boot/arch/x86/lib/
Dsections.c10 char __efi_runtime_rel_stop[0] variable
/external/u-boot/arch/sandbox/lib/
Dsections.c11 char __efi_runtime_rel_stop[0] variable
/external/u-boot/arch/arm/lib/
Dsections.c34 char __efi_runtime_rel_stop[0] __attribute__((section(".__efi_runtime_rel_stop"))); variable
/external/u-boot/arch/sandbox/cpu/
Du-boot.lds47 *(.__efi_runtime_rel_stop)
/external/u-boot/arch/riscv/cpu/ax25/
Du-boot.lds53 __efi_runtime_rel_stop = .; symbol
/external/u-boot/board/qualcomm/dragonboard820c/
Du-boot.lds56 __efi_runtime_rel_stop = .; symbol
/external/u-boot/board/qualcomm/dragonboard410c/
Du-boot.lds56 __efi_runtime_rel_stop = .; symbol
/external/u-boot/arch/x86/cpu/
Du-boot.lds71 *(.__efi_runtime_rel_stop)
/external/u-boot/arch/arm/mach-zynq/
Du-boot.lds69 *(.__efi_runtime_rel_stop)
/external/u-boot/arch/arm/cpu/armv8/
Du-boot.lds112 __efi_runtime_rel_stop = .; symbol
/external/u-boot/board/ti/am335x/
Du-boot.lds87 *(.__efi_runtime_rel_stop)
/external/u-boot/arch/arm/cpu/
Du-boot.lds164 *(.__efi_runtime_rel_stop)
/external/u-boot/lib/efi_loader/
Defi_runtime.c264 for (; (ulong)rel < (ulong)&__efi_runtime_rel_stop; rel++) { in efi_runtime_relocate()
/external/u-boot/include/
Defi_loader.h126 extern unsigned int __efi_runtime_rel_start, __efi_runtime_rel_stop;