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

#define __ELF_WORD_SIZE 64

#include "load_elf.c"