Home
last modified time | relevance | path

Searched refs:efi_reloc_type (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/i386/stand/efiboot/
H A Defiboot.h57 extern enum efi_reloc_type { enum
61 } efi_reloc_type;
H A Defiboot.c41 enum efi_reloc_type efi_reloc_type = RELOC_DEFAULT; variable
H A Dboot.c652 switch (efi_reloc_type) { in command_reloc()
668 efi_reloc_type = RELOC_DEFAULT; in command_reloc()
673 efi_reloc_type = RELOC_NONE; in command_reloc()
682 efi_reloc_type = RELOC_ADDR; in command_reloc()
/netbsd-src/sys/arch/i386/stand/lib/
H A Dexec.c528 switch (efi_reloc_type) { in exec_netbsd()