Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ia64/stand/common/
H A Dload_elf64.c74 fp->f_type = strdup(ELF64_KERNELTYPE); in elf64_loadfile()
H A Dbootstrap.h419 #define ELF64_KERNELTYPE "elf kernel" macro
/netbsd-src/sys/arch/ia64/stand/ia64/ski/
H A Dexec.c154 if (strcmp(fp->f_type, ELF64_KERNELTYPE)) return(EFTYPE); in elf64_exec()
/netbsd-src/sys/arch/ia64/stand/efi/libefi/
H A Dexec.c144 if (strcmp(fp->f_type, ELF64_KERNELTYPE)) return(EFTYPE); in elf64_exec()