Home
last modified time | relevance | path

Searched refs:ARCH_ELFSIZE (Results 1 – 25 of 45) sorted by relevance

12

/netbsd/external/bsd/elftoolchain/dist/libelf/
H A D_libelf_config.h134 #if !defined(ARCH_ELFSIZE)
135 #error ARCH_ELFSIZE is not defined.
138 #if ARCH_ELFSIZE == 32
/netbsd/sys/arch/riscv/include/
H A Delf_machdep.h51 #define ARCH_ELFSIZE 64 /* MD native binary size */ macro
54 #define ARCH_ELFSIZE 32 /* MD native binary size */ macro
/netbsd/sys/arch/sparc64/include/
H A Delf_machdep.h19 #define ARCH_ELFSIZE 64 /* MD native binary size */ macro
22 #define ARCH_ELFSIZE 32 /* MD native binary size */ macro
/netbsd/sys/arch/powerpc/include/
H A Delf_machdep.h22 #define ARCH_ELFSIZE 64 /* MD native binary size */ macro
25 #define ARCH_ELFSIZE 32 /* MD native binary size */ macro
/netbsd/sys/arch/mips/include/
H A Delf_machdep.h33 #define ARCH_ELFSIZE 64 /* MD native binary size */ macro
36 #define ARCH_ELFSIZE 32 /* MD native binary size */ macro
/netbsd/sys/arch/vax/include/
H A Delf_machdep.h15 #define ARCH_ELFSIZE 32 /* MD native binary size */ macro
/netbsd/sys/arch/hppa/include/
H A Dexec.h36 #define ARCH_ELFSIZE 32 macro
/netbsd/sys/arch/m68k/include/
H A Delf_machdep.h21 #define ARCH_ELFSIZE 32 /* MD native binary size */ macro
/netbsd/sys/arch/or1k/include/
H A Delf_machdep.h47 #define ARCH_ELFSIZE 32 /* MD native binary size */ macro
/netbsd/sys/arch/i386/include/
H A Delf_machdep.h16 #define ARCH_ELFSIZE 32 /* MD native binary size */ macro
/netbsd/sys/arch/amd64/include/
H A Delf_machdep.h19 #define ARCH_ELFSIZE 64 /* MD native binary size */ macro
/netbsd/sys/arch/alpha/include/
H A Delf_machdep.h25 #define ARCH_ELFSIZE 64 /* MD native binary size */ macro
/netbsd/sys/kern/
H A Dexec_elf32.c84 #if ARCH_ELFSIZE == 64 in exec_elf32_modcmd()
/netbsd/sys/arch/sh3/include/
H A Delf_machdep.h21 #define ARCH_ELFSIZE 32 /* MD native binary size */ macro
/netbsd/external/bsd/file/dist/src/
H A Dreadelf.h374 #if !defined(ELFSIZE) && defined(ARCH_ELFSIZE)
375 #define ELFSIZE ARCH_ELFSIZE
/netbsd/sys/arch/sparc/include/
H A Delf_machdep.h16 #define ARCH_ELFSIZE 32 /* MD native binary size */ macro
/netbsd/sys/sys/
H A Dkobj_impl.h66 #define ELFSIZE ARCH_ELFSIZE
/netbsd/sys/arch/sh3/sh3/
H A Dkobj_machdep.c32 #define ELFSIZE ARCH_ELFSIZE
/netbsd/sys/arch/m68k/m68k/
H A Dkobj_machdep.c32 #define ELFSIZE ARCH_ELFSIZE
/netbsd/sys/arch/ia64/include/
H A Delf_machdep.h45 #define ARCH_ELFSIZE 64 /* MD native binary size */ macro
/netbsd/sys/compat/linux32/common/
H A Dlinux32_mod.c40 #define ELFSIZE ARCH_ELFSIZE
/netbsd/sys/rump/librump/rumpkern/
H A Dkobj_rename.c31 #define ELFSIZE ARCH_ELFSIZE
/netbsd/sys/arch/alpha/alpha/
H A Dkobj_machdep.c57 #define ELFSIZE ARCH_ELFSIZE
/netbsd/sys/arch/i386/i386/
H A Dkobj_machdep.c60 #define ELFSIZE ARCH_ELFSIZE
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_mod.c69 #define ELFSIZE ARCH_ELFSIZE

12