xref: /freebsd/usr.bin/gcore/elf32core.c (revision 2a63c3be158216222d89a073dcbd6a72ee4aab5a)
1 #ifndef __LP64__
2 #error "this file must be compiled for LP64."
3 #endif
4 
5 #define __ELF_WORD_SIZE 32
6 #define _MACHINE_ELF_WANT_32BIT
7 
8 #define	ELFCORE_COMPAT_32	1
9 #include "elfcore.c"
10 
11