Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Dsections.c10 char __efi_runtime_rel_stop[0] variable
/openbmc/u-boot/arch/sandbox/lib/
H A Dsections.c11 char __efi_runtime_rel_stop[0] variable
/openbmc/u-boot/arch/arm/lib/
H A Dsections.c34 char __efi_runtime_rel_stop[0] __attribute__((section(".__efi_runtime_rel_stop"))); variable
/openbmc/u-boot/arch/sandbox/cpu/
H A Du-boot.lds45 *(.__efi_runtime_rel_stop)
/openbmc/u-boot/arch/riscv/cpu/
H A Du-boot.lds58 __efi_runtime_rel_stop = .; symbol
/openbmc/u-boot/board/qualcomm/dragonboard410c/
H A Du-boot.lds69 __efi_runtime_rel_stop = .; symbol
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Du-boot.lds62 __efi_runtime_rel_stop = .; symbol
/openbmc/u-boot/arch/x86/cpu/
H A Du-boot-64.lds73 *(.__efi_runtime_rel_stop)
H A Du-boot.lds75 *(.__efi_runtime_rel_stop)
/openbmc/u-boot/arch/arm/mach-zynq/
H A Du-boot.lds75 *(.__efi_runtime_rel_stop)
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Du-boot.lds118 __efi_runtime_rel_stop = .; symbol
/openbmc/u-boot/board/ti/am335x/
H A Du-boot.lds93 *(.__efi_runtime_rel_stop)
/openbmc/u-boot/arch/arm/cpu/
H A Du-boot.lds170 *(.__efi_runtime_rel_stop)
/openbmc/u-boot/include/
H A Defi_loader.h152 extern unsigned int __efi_runtime_rel_start, __efi_runtime_rel_stop;
/openbmc/u-boot/lib/efi_loader/
H A Defi_runtime.c360 for (; (ulong)rel < (ulong)&__efi_runtime_rel_stop; rel++) { in efi_runtime_relocate()