|
root / base / usr / src / boot / common / load_elf32.c
load_elf32.c C 8 lines 129 B
1
2
3
4
5
6
7
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

#define __ELF_WORD_SIZE 32
#define	_MACHINE_ELF_WANT_32BIT

#include "load_elf.c"