root/kern/exec_elf64.c

/* [<][>][^][v][top][bottom][index][help] */
    1 /*
    2  * Public domain. Author: Artur Grabowski <art@openbsd.org>
    3  */
    4 #include <machine/exec.h>
    5 
    6 #ifdef _KERN_DO_ELF64
    7 #define ELFSIZE 64
    8 #include <kern/exec_elf.c>
    9 #endif /* _KERN_DO_ELF64 */

/* [<][>][^][v][top][bottom][index][help] */