root/kern/exec_elf32.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_ELF
    7 #define ELFSIZE 32
    8 #include <kern/exec_elf.c>
    9 #endif
   10 

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