Symbol: ELFSIZE
lib/libc/gen/nlist_elf32.c
142
#if defined(_LP64) || ELFSIZE == 32 || defined(ELF64_MACHDEP_ID)
lib/libc/gen/nlist_elf32.c
183
#if !defined(_LP64) && ELFSIZE == 64
lib/libc/gen/nlist_elf32.c
43
#ifndef ELFSIZE
lib/libc/gen/nlist_elf32.c
68
#if (defined(NLIST_ELF32) && (ELFSIZE == 32)) || \
lib/libc/gen/nlist_elf32.c
69
(defined(NLIST_ELF64) && (ELFSIZE == 64))
lib/libc/gen/nlist_elf32.c
81
#if defined(_LP64) || ELFSIZE == 32 || defined(ELF64_MACHDEP_ID)
lib/libc/gen/nlist_elf32.c
82
#if (ELFSIZE == 32)
lib/libc/gen/nlist_elf32.c
84
#elif (ELFSIZE == 64)
libexec/ld.elf_so/arch/mips/mips_reloc.c
104
#if ELFSIZE == 64
libexec/ld.elf_so/arch/mips/mips_reloc.c
126
#if ELFSIZE == 64
libexec/ld.elf_so/arch/mips/mips_reloc.c
220
#if ELFSIZE == 64
libexec/ld.elf_so/arch/mips/mips_reloc.c
343
#if ELFSIZE == 64
libexec/ld.elf_so/arch/mips/mips_reloc.c
423
#if ELFSIZE == 64
libexec/ld.elf_so/arch/mips/mips_reloc.c
429
Elf_Addr old = load_ptr(where, ELFSIZE / 8);
libexec/ld.elf_so/arch/mips/mips_reloc.c
434
store_ptr(where, val, ELFSIZE / 8);
libexec/ld.elf_so/arch/mips/mips_reloc.c
441
#if ELFSIZE == 64
libexec/ld.elf_so/arch/mips/mips_reloc.c
447
Elf_Addr old = load_ptr(where, ELFSIZE / 8);
libexec/ld.elf_so/arch/mips/mips_reloc.c
451
store_ptr(where, val, ELFSIZE / 8);
libexec/ld.elf_so/arch/mips/mips_reloc.c
459
#if ELFSIZE == 64
libexec/ld.elf_so/arch/mips/mips_reloc.c
465
Elf_Addr old = load_ptr(where, ELFSIZE / 8);
libexec/ld.elf_so/arch/mips/mips_reloc.c
474
store_ptr(where, val, ELFSIZE / 8);
libexec/ld.elf_so/arch/mips/mips_reloc.c
77
#if ELFSIZE == 64
libexec/ld.elf_so/debug.h
58
#if ELFSIZE == 64
libexec/ld.elf_so/headers.c
228
bloom_size32 = nmaskwords * (ELFSIZE / 32);
libexec/ld.elf_so/symbol.c
338
bloom_word = obj->bloom_gnu[(hash / ELFSIZE) & obj->mask_bm_gnu];
libexec/ld.elf_so/symbol.c
341
h1 = hash & (ELFSIZE - 1);
libexec/ld.elf_so/symbol.c
342
h2 = ((hash >> obj->shift2_gnu) & (ELFSIZE - 1));
sys/arch/aarch64/include/elf_machdep.h
249
#ifdef ELFSIZE
sys/arch/amd64/include/ptrace.h
125
CONCAT(CONCAT(PT, ELFSIZE), _GETXSTATE), name, \
sys/arch/arm/include/elf_machdep.h
168
#ifdef ELFSIZE
sys/arch/atari/stand/tostools/libtos/exec_elf.h
566
#if defined(ELFSIZE)
sys/arch/atari/stand/tostools/libtos/exec_elf.h
568
#define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
sys/arch/atari/stand/tostools/libtos/exec_elf.h
569
#define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
sys/arch/atari/stand/tostools/libtos/exec_elf.h
570
#define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
sys/arch/atari/stand/tostools/libtos/exec_elf.h
571
#define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))
sys/arch/epoc32/stand/e32boot/include/elf.h
1053
#if !defined(ELFSIZE) && defined(ARCH_ELFSIZE)
sys/arch/epoc32/stand/e32boot/include/elf.h
1057
#if defined(ELFSIZE)
sys/arch/epoc32/stand/e32boot/include/elf.h
1059
#define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
sys/arch/epoc32/stand/e32boot/include/elf.h
1060
#define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
sys/arch/epoc32/stand/e32boot/include/elf.h
1061
#define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
sys/arch/epoc32/stand/e32boot/include/elf.h
1062
#define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))
sys/arch/epoc32/stand/e32boot/include/elf.h
1063
#define ElfW(x) CONCAT(Elf,CONCAT(ELFSIZE,CONCAT(_,x)))
sys/arch/epoc32/stand/e32boot/include/elf.h
1066
#if defined(ELFSIZE) && (ELFSIZE == 32)
sys/arch/epoc32/stand/e32boot/include/elf.h
1092
#elif defined(ELFSIZE) && (ELFSIZE == 64)
sys/arch/epoc32/stand/e32boot/include/elf.h
1274
#if defined(ELFSIZE) && (ELFSIZE == 64)
sys/arch/epoc32/stand/e32boot/include/elf.h
1277
#elif defined(ELFSIZE) && (ELFSIZE == 32)
sys/arch/epoc32/stand/e32boot/include/elf.h
1290
#if defined(ELFSIZE) && (ELFSIZE == 64)
sys/arch/epoc32/stand/e32boot/include/elf.h
1296
#if defined(ELFSIZE)
sys/arch/i386/include/ptrace.h
170
CONCAT(CONCAT(PT, ELFSIZE), _GETXSTATE), name, \
sys/arch/mips/include/elf_machdep.h
166
#if ELFSIZE == 32
sys/arch/mips/include/elf_machdep.h
172
#elif ELFSIZE == 64
sys/arch/mips/include/elf_machdep.h
220
#ifdef ELFSIZE
sys/arch/riscv/include/elf_machdep.h
129
#if ELFSIZE == 32
sys/arch/riscv/include/elf_machdep.h
136
#ifdef ELFSIZE
sys/arch/sparc64/sparc64/machdep.c
116
#ifndef ELFSIZE
sys/compat/freebsd/freebsd_exec_elf32.c
41
#ifndef ELFSIZE
sys/compat/linux/arch/amd64/linux_exec.h
37
#ifndef ELFSIZE
sys/compat/linux/arch/mips/linux_signal.h
92
#if defined(ELFSIZE) && (ELFSIZE == 64)
sys/compat/linux/arch/mips/linux_types.h
47
#if defined(ELFSIZE) && (ELFSIZE == 64)
sys/compat/linux/arch/mips/linux_types.h
63
#if defined(ELFSIZE) && (ELFSIZE == 64)
sys/compat/linux/arch/mips/linux_types.h
71
#if defined(ELFSIZE) && (ELFSIZE == 64)
sys/compat/linux/common/linux_exec_elf32.c
339
#if (ELFSIZE == 32)
sys/compat/linux/common/linux_exec_elf32.c
40
#ifndef ELFSIZE
sys/compat/linux/common/linux_exec_elf32.c
427
#if (ELFSIZE == 64)
sys/compat/linux/common/linux_mod.c
39
#ifndef ELFSIZE
sys/compat/linux/common/linux_mod.c
53
#if defined(EXEC_ELF32) && ELFSIZE == 32
sys/compat/linux/common/linux_mod.c
75
#if defined(EXEC_ELF32) && ELFSIZE == 32
sys/compat/linux32/common/linux32_mod.c
39
#ifndef ELFSIZE
sys/compat/netbsd32/netbsd32_mod.c
68
#ifndef ELFSIZE
sys/kern/core_elf32.c
106
#define elf_read_lwpstatus CONCAT(process_read_lwpstatus, ELFSIZE)
sys/kern/core_elf32.c
107
#define elf_lwpstatus CONCAT(process_lwpstatus, ELFSIZE)
sys/kern/core_elf32.c
109
#define elf_process_read_regs CONCAT(process_read_regs, ELFSIZE)
sys/kern/core_elf32.c
110
#define elf_process_read_fpregs CONCAT(process_read_fpregs, ELFSIZE)
sys/kern/core_elf32.c
111
#define elf_reg CONCAT(process_reg, ELFSIZE)
sys/kern/core_elf32.c
112
#define elf_fpreg CONCAT(process_fpreg, ELFSIZE)
sys/kern/core_elf32.c
164
#if ELFSIZE == 32
sys/kern/core_elf32.c
166
#elif ELFSIZE == 64
sys/kern/core_elf32.c
49
#ifndef ELFSIZE
sys/kern/core_elf32.c
522
#if ELFSIZE == 32 && defined(PT32_GETREGS)
sys/kern/core_elf32.c
536
# if ELFSIZE == 32 && defined(PT32_GETFPREGS)
sys/kern/subr_kobj.c
208
#if ELFSIZE == 32
sys/kern/subr_kobj.c
210
#elif ELFSIZE == 64
sys/lib/libsa/loadfile_elf32.c
106
#elif ELFSIZE == 64
sys/lib/libsa/loadfile_elf32.c
129
#if ELFSIZE == 32
sys/lib/libsa/loadfile_elf32.c
143
#elif ELFSIZE == 64
sys/lib/libsa/loadfile_elf32.c
166
#if ELFSIZE == 32
sys/lib/libsa/loadfile_elf32.c
175
#elif ELFSIZE == 64
sys/lib/libsa/loadfile_elf32.c
193
#if ELFSIZE == 32
sys/lib/libsa/loadfile_elf32.c
204
#elif ELFSIZE == 64
sys/lib/libsa/loadfile_elf32.c
224
#if ELFSIZE == 32
sys/lib/libsa/loadfile_elf32.c
235
#elif ELFSIZE == 64
sys/lib/libsa/loadfile_elf32.c
34
#ifndef ELFSIZE
sys/lib/libsa/loadfile_elf32.c
56
#if ((ELFSIZE == 32) && defined(BOOT_ELF32)) || \
sys/lib/libsa/loadfile_elf32.c
57
((ELFSIZE == 64) && defined(BOOT_ELF64))
sys/lib/libsa/loadfile_elf32.c
59
#define ELFROUND (ELFSIZE / 8)
sys/lib/libsa/loadfile_elf32.c
92
#if ELFSIZE == 32
sys/lib/libsa/lookup_elf32.c
33
#ifndef ELFSIZE
sys/lib/libsa/lookup_elf32.c
41
#if ((ELFSIZE == 32) && defined(BOOT_ELF32)) || \
sys/lib/libsa/lookup_elf32.c
42
((ELFSIZE == 64) && defined(BOOT_ELF64))
sys/sys/exec_elf.h
1370
#if !defined(ELFSIZE)
sys/sys/exec_elf.h
1378
#if defined(ELFSIZE)
sys/sys/exec_elf.h
1380
#define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
sys/sys/exec_elf.h
1381
#define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
sys/sys/exec_elf.h
1382
#define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
sys/sys/exec_elf.h
1383
#define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))
sys/sys/exec_elf.h
1384
#define ElfW(x) CONCAT(Elf,CONCAT(ELFSIZE,CONCAT(_,x)))
sys/sys/exec_elf.h
1387
#if defined(ELFSIZE) && (ELFSIZE == 32)
sys/sys/exec_elf.h
1414
#elif defined(ELFSIZE) && (ELFSIZE == 64)
sys/sys/exec_elf.h
1463
#if defined(ELFSIZE) && (ELFSIZE == 64)
sys/sys/exec_elf.h
1466
#elif defined(ELFSIZE) && (ELFSIZE == 32)
sys/sys/exec_elf.h
1479
#if defined(ELFSIZE) && (ELFSIZE == 64)
sys/sys/exec_elf.h
1485
#if defined(ELFSIZE)
sys/sys/kobj.h
32
#if !defined(ELFSIZE) && !defined(_RUMPKERNEL)
sys/sys/ksyms.h
106
#ifdef ELFSIZE
sys/sys/ksyms.h
33
#if !defined(ELFSIZE) && !defined(_RUMPKERNEL)
tools/amiga-elf2bb/sys/exec_elf.h
699
#if defined(ELFSIZE)
tools/amiga-elf2bb/sys/exec_elf.h
701
#define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
tools/amiga-elf2bb/sys/exec_elf.h
702
#define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
tools/amiga-elf2bb/sys/exec_elf.h
703
#define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
tools/amiga-elf2bb/sys/exec_elf.h
704
#define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))
tools/amiga-elf2bb/sys/exec_elf.h
707
#if defined(ELFSIZE) && (ELFSIZE == 32)
tools/amiga-elf2bb/sys/exec_elf.h
730
#elif defined(ELFSIZE) && (ELFSIZE == 64)
tools/arm-elf2aout/sys/exec_elf.h
1078
#if !defined(ELFSIZE)
tools/arm-elf2aout/sys/exec_elf.h
1086
#if defined(ELFSIZE)
tools/arm-elf2aout/sys/exec_elf.h
1088
#define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
tools/arm-elf2aout/sys/exec_elf.h
1089
#define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
tools/arm-elf2aout/sys/exec_elf.h
1090
#define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
tools/arm-elf2aout/sys/exec_elf.h
1091
#define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))
tools/arm-elf2aout/sys/exec_elf.h
1092
#define ElfW(x) CONCAT(Elf,CONCAT(ELFSIZE,CONCAT(_,x)))
tools/arm-elf2aout/sys/exec_elf.h
1095
#if defined(ELFSIZE) && (ELFSIZE == 32)
tools/arm-elf2aout/sys/exec_elf.h
1121
#elif defined(ELFSIZE) && (ELFSIZE == 64)
tools/arm-elf2aout/sys/exec_elf.h
1303
#if defined(ELFSIZE) && (ELFSIZE == 64)
tools/arm-elf2aout/sys/exec_elf.h
1306
#elif defined(ELFSIZE) && (ELFSIZE == 32)
tools/arm-elf2aout/sys/exec_elf.h
1319
#if defined(ELFSIZE) && (ELFSIZE == 64)
tools/arm-elf2aout/sys/exec_elf.h
1325
#if defined(ELFSIZE)
tools/m68k-elf2aout/sys/exec_elf.h
1078
#if !defined(ELFSIZE)
tools/m68k-elf2aout/sys/exec_elf.h
1086
#if defined(ELFSIZE)
tools/m68k-elf2aout/sys/exec_elf.h
1088
#define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
tools/m68k-elf2aout/sys/exec_elf.h
1089
#define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
tools/m68k-elf2aout/sys/exec_elf.h
1090
#define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
tools/m68k-elf2aout/sys/exec_elf.h
1091
#define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))
tools/m68k-elf2aout/sys/exec_elf.h
1092
#define ElfW(x) CONCAT(Elf,CONCAT(ELFSIZE,CONCAT(_,x)))
tools/m68k-elf2aout/sys/exec_elf.h
1095
#if defined(ELFSIZE) && (ELFSIZE == 32)
tools/m68k-elf2aout/sys/exec_elf.h
1121
#elif defined(ELFSIZE) && (ELFSIZE == 64)
tools/m68k-elf2aout/sys/exec_elf.h
1303
#if defined(ELFSIZE) && (ELFSIZE == 64)
tools/m68k-elf2aout/sys/exec_elf.h
1306
#elif defined(ELFSIZE) && (ELFSIZE == 32)
tools/m68k-elf2aout/sys/exec_elf.h
1319
#if defined(ELFSIZE) && (ELFSIZE == 64)
tools/m68k-elf2aout/sys/exec_elf.h
1325
#if defined(ELFSIZE)
usr.bin/crunch/crunchide/exec_elf32.c
42
#ifndef ELFSIZE
usr.bin/crunch/crunchide/exec_elf32.c
57
#if (defined(NLIST_ELF32) && (ELFSIZE == 32)) || \
usr.bin/crunch/crunchide/exec_elf32.c
58
(defined(NLIST_ELF64) && (ELFSIZE == 64))
usr.sbin/kvm_mkdb/nlist_elf32.c
107
#if (ELFSIZE == 32)
usr.sbin/kvm_mkdb/nlist_elf32.c
109
#elif (ELFSIZE == 64)
usr.sbin/kvm_mkdb/nlist_elf32.c
43
#ifndef ELFSIZE
usr.sbin/kvm_mkdb/nlist_elf32.c
73
#if (defined(NLIST_ELF32) && (ELFSIZE == 32)) || \
usr.sbin/kvm_mkdb/nlist_elf32.c
74
(defined(NLIST_ELF64) && (ELFSIZE == 64))
usr.sbin/lockstat/elf32.c
71
#ifndef ELFSIZE
usr.sbin/lockstat/elf32.c
89
#if (ELFSIZE == 32)
usr.sbin/lockstat/elf32.c
91
#elif (ELFSIZE == 64)
usr.sbin/mdsetimage/exec_elf32.c
37
#ifndef ELFSIZE
usr.sbin/mdsetimage/exec_elf32.c
50
#if (defined(NLIST_ELF32) && (ELFSIZE == 32)) || \
usr.sbin/mdsetimage/exec_elf32.c
51
(defined(NLIST_ELF64) && (ELFSIZE == 64))
usr.sbin/mdsetimage/exec_elf32.c
91
#if (ELFSIZE == 32)
usr.sbin/mdsetimage/exec_elf32.c
93
#elif (ELFSIZE == 64)