HomeSort by: relevance | last modified time | path
    Searched defs:ELFSIZE (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/lib/libc/gen/
nlist_elf64.c 42 #define ELFSIZE 64
  /src/sys/arch/hpc/stand/include/machine/
elf_machdep.h 4 #define ELFSIZE 32
  /src/sys/compat/linux/common/
linux_exec_elf64.c 35 #define ELFSIZE 64
  /src/sys/kern/
core_elf64.c 41 #define ELFSIZE 64
exec_elf32.c 37 #define ELFSIZE 32
exec_elf64.c 37 #define ELFSIZE 64
  /src/sys/lib/libsa/
loadfile_elf64.c 38 #define ELFSIZE 64
lookup_elf64.c 31 #define ELFSIZE 64
lookup_elf32.c 32 /* If not included by lookup_elf64.c, ELFSIZE won't be defined. */
33 #ifndef ELFSIZE
34 #define ELFSIZE 32
41 #if ((ELFSIZE == 32) && defined(BOOT_ELF32)) || \
42 ((ELFSIZE == 64) && defined(BOOT_ELF64))
96 #endif /* (ELFSIZE == 32 && BOOT_ELF32) || (ELFSIZE == 64 && BOOT_ELF64) */
  /src/usr.bin/crunch/crunchide/
exec_elf64.c 42 #define ELFSIZE 64
  /src/usr.sbin/kvm_mkdb/
nlist_elf64.c 43 #define ELFSIZE 64
  /src/usr.sbin/lockstat/
elf64.c 42 #define ELFSIZE 64
elf32.c 71 #ifndef ELFSIZE
72 #define ELFSIZE 32
89 #if (ELFSIZE == 32)
91 #elif (ELFSIZE == 64)
  /src/usr.sbin/mdsetimage/
exec_elf64.c 38 #define ELFSIZE 64
exec_elf32.c 37 #ifndef ELFSIZE
38 #define ELFSIZE 32
50 #if (defined(NLIST_ELF32) && (ELFSIZE == 32)) || \
51 (defined(NLIST_ELF64) && (ELFSIZE == 64))
91 #if (ELFSIZE == 32)
93 #elif (ELFSIZE == 64)
  /src/sys/sys/
kobj.h 32 #if !defined(ELFSIZE) && !defined(_RUMPKERNEL)
33 #define ELFSIZE KERN_ELFSIZE
  /src/sys/compat/netbsd32/
netbsd32_exec_elf32.c 62 #define ELFSIZE 32
netbsd32_mod.c 68 #ifndef ELFSIZE
69 #define ELFSIZE ARCH_ELFSIZE
  /src/sys/compat/freebsd/
freebsd_exec_elf32.c 41 #ifndef ELFSIZE
42 # define ELFSIZE 32
43 #endif /* !ELFSIZE */
  /src/sys/compat/linux/arch/powerpc/
linux_exec_powerpc.c 46 #define ELFSIZE 32
  /src/sys/compat/linux32/common/
linux32_exec_elf32.c 36 #define ELFSIZE 32
linux32_mod.c 39 #ifndef ELFSIZE
40 #define ELFSIZE ARCH_ELFSIZE
  /src/sys/rump/librump/rumpkern/
kobj_rename.c 31 #define ELFSIZE ARCH_ELFSIZE
  /src/sys/arch/alpha/alpha/
kobj_machdep.c 57 #define ELFSIZE ARCH_ELFSIZE
  /src/sys/arch/amd64/amd64/
kobj_machdep.c 60 #define ELFSIZE ARCH_ELFSIZE

Completed in 127 milliseconds

1 2 3