Searched refs:ELFSIZE (Results 1 - 25 of 125) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dloadfile_elf64.c38 #define ELFSIZE 64 macro
H A Dlookup_elf64.c31 #define ELFSIZE 64 macro
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_exec_elf64.c35 #define ELFSIZE 64 macro
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/include/machine/
H A Delf_machdep.h4 #define ELFSIZE 32 macro
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dcore_elf64.c41 #define ELFSIZE 64 macro
/netbsd-6-1-5-RELEASE/lib/csu/ia64/
H A DMakefile3 ELFSIZE= 64 macro
/netbsd-6-1-5-RELEASE/lib/csu/sparc64/
H A DMakefile6 ELFSIZE=64 macro
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dnlist_elf64.c42 #define ELFSIZE 64 macro
/netbsd-6-1-5-RELEASE/usr.sbin/kvm_mkdb/
H A Dnlist_elf64.c43 #define ELFSIZE 64 macro
/netbsd-6-1-5-RELEASE/usr.sbin/lockstat/
H A Delf64.c42 #define ELFSIZE 64 macro
/netbsd-6-1-5-RELEASE/usr.sbin/mdsetimage/
H A Dexec_elf64.c38 #define ELFSIZE 64 macro
H A Dexec_elf32.c37 #ifndef ELFSIZE
38 #define ELFSIZE 32 macro
50 #if (defined(NLIST_ELF32) && (ELFSIZE == 32)) || \
51 (defined(NLIST_ELF64) && (ELFSIZE == 64))
95 #if (ELFSIZE == 32)
97 #elif (ELFSIZE == 64)
/netbsd-6-1-5-RELEASE/usr.bin/crunch/crunchide/
H A Dexec_elf64.c42 #define ELFSIZE 64 macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/emulparams/
H A Dshelf64_nbsd.sh4 ELFSIZE=64
H A Dshelf64.sh3 ELFSIZE=64
H A Delf32bmipn32-defs.sh18 elf32*n32*) ELFSIZE=32 ;;
19 elf64*) ELFSIZE=64 ;;
32 LIBPATH_SUFFIX=$ELFSIZE
H A Delf32iq10.sh11 ELFSIZE=32
H A Delf32m32c.sh11 ELFSIZE=32
H A Delf32mt.sh11 ELFSIZE=32
H A Delf32rx.sh12 ELFSIZE=32
H A Delf64_aix.sh3 ELFSIZE=64
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/amd64/
H A Dlinux_exec.h37 #ifndef ELFSIZE
38 #define ELFSIZE 64 macro
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/sys/
H A Delf.h41 #define __ELF_WORD_SIZE ELFSIZE
/netbsd-6-1-5-RELEASE/sys/compat/svr4_32/
H A Dsvr4_32_mod.c35 #ifndef ELFSIZE
36 #define ELFSIZE ARCH_ELFSIZE macro
49 #if defined(EXEC_ELF32) && ELFSIZE == 32
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/mips/
H A Dlinux_types.h47 #if defined(ELFSIZE) && (ELFSIZE == 64)
63 #if defined(ELFSIZE) && (ELFSIZE == 64)
71 #if defined(ELFSIZE) && (ELFSIZE == 64)

Completed in 157 milliseconds

12345