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

/netbsd-current/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 in typeref:enum:efi_reloc_type
H A Dboot.c652 switch (efi_reloc_type) {
668 efi_reloc_type = RELOC_DEFAULT;
673 efi_reloc_type = RELOC_NONE;
682 efi_reloc_type = RELOC_ADDR;
/netbsd-current/sys/arch/i386/stand/lib/
H A Dexec.c578 switch (efi_reloc_type) {

Completed in 130 milliseconds