Symbol: ELFCLASS32
lib/librumpuser/rumpuser_dl.c
107
if (eident == ELFCLASS32) { \
lib/librumpuser/rumpuser_dl.c
120
if (eident == ELFCLASS32) { \
lib/librumpuser/rumpuser_dl.c
133
if (eident == ELFCLASS32) { \
lib/librumpuser/rumpuser_dl.c
144
#define SYM_GETSIZE() ((eident==ELFCLASS32)?sizeof(Elf32_Sym):sizeof(Elf64_Sym))
lib/librumpuser/rumpuser_dl.c
179
if (eident != ELFCLASS32 && eident != ELFCLASS64)
lib/librumpuser/rumpuser_dl.c
189
eident = ELFCLASS32;
sys/arch/atari/stand/tostools/libtos/exec_elf.h
630
#define ELFCLASS ELFCLASS32
sys/arch/emips/stand/common/bootxx.c
150
(ehdr.e_ident[EI_CLASS] != ELFCLASS32)) {
sys/arch/epoc32/stand/e32boot/include/elf.h
1089
#define ELFCLASS ELFCLASS32
sys/arch/ews4800mips/stand/common/bootxx.c
196
e->e_ident[EI_CLASS] != ELFCLASS32 ||
sys/arch/hpc/stand/hpcboot/load_elf.cpp
306
_eh.e_ident[EI_CLASS] != ELFCLASS32) {
sys/arch/hppa/include/exec.h
38
#define ELF_TARG_CLASS ELFCLASS32
sys/arch/hppa/stand/xxboot/main.c
406
(ELFCLASS32 << 8 | ELFDATA2MSB)) {
sys/arch/i386/i386/multiboot.c
702
ehdr.e_ident[EI_CLASS] = ELFCLASS32;
sys/arch/i386/stand/lib/exec.c
646
case ELFCLASS32:
sys/arch/i386/stand/lib/exec_multiboot1.c
107
case ELFCLASS32:
sys/arch/i386/stand/lib/exec_multiboot1.c
57
case ELFCLASS32:
sys/arch/i386/stand/lib/exec_multiboot1.c
83
case ELFCLASS32:
sys/arch/i386/stand/lib/exec_multiboot2.c
1003
case ELFCLASS32:
sys/arch/luna68k/luna68k/machdep.c
264
ehdr->e_ident[EI_CLASS] != ELFCLASS32) {
sys/arch/mac68k/mac68k/machdep.c
870
ehdr->e_ident[EI_CLASS] != ELFCLASS32) {
sys/arch/mipsco/stand/common/bootxx.c
140
(ehdr.e_ident[EI_CLASS] != ELFCLASS32)) {
sys/arch/next68k/next68k/nextrom.c
174
if (ehdr->e_ident[EI_CLASS] != ELFCLASS32) {
sys/arch/pmax/stand/common/bootxx.c
172
(ehdr.e_ident[EI_CLASS] != ELFCLASS32)) {
sys/arch/pmax/stand/smallnet/setnetimage/setnetimage.c
133
(ehdr.e_ident[EI_CLASS] != ELFCLASS32)) {
sys/arch/powerpc/stand/mkbootimage/mkbootimage.c
155
hdr->e_ident[EI_CLASS] != ELFCLASS32)
sys/arch/prep/stand/installboot/installboot.c
103
eh.e_ident[EI_CLASS] != ELFCLASS32) {
sys/arch/sun2/sun2/locore2.c
116
ehdr->e_ident[EI_CLASS] != ELFCLASS32) {
sys/arch/sun3/sun3/locore2.c
119
ehdr->e_ident[EI_CLASS] != ELFCLASS32) {
sys/arch/sun3/sun3x/locore2.c
105
ehdr->e_ident[EI_CLASS] != ELFCLASS32) {
sys/arch/x68k/stand/aout2hux/aout2hux.c
409
hdre->e_ident[EI_CLASS] != ELFCLASS32 ||
sys/arch/x68k/stand/common/exec_sub.c
295
(ELFCLASS32 << 8 | ELFDATA2MSB))
sys/arch/zaurus/stand/zboot/loadfile_zboot.c
87
elf32.e_ident[EI_CLASS] == ELFCLASS32) {
sys/arch/zaurus/stand/zbsdmod/zbsdmod.c
111
elf->e_ident[EI_CLASS] != ELFCLASS32)
sys/dev/pci/veritefb.c
2230
u[EI_CLASS] != ELFCLASS32 || u[EI_DATA] != ELFDATA2MSB) {
sys/kern/core_elf32.c
165
ehdr.e_ident[EI_CLASS] = ELFCLASS32;
sys/lib/libsa/loadfile.c
161
hdr.elf32.e_ident[EI_CLASS] == ELFCLASS32) {
sys/lib/libsa/loadfile.c
162
netbsd_elf_class = ELFCLASS32;
sys/sys/exec_elf.h
1411
#define ELFCLASS ELFCLASS32
tests/lib/libc/sys/t_ptrace_core_wait.h
85
case ELFCLASS32:
tools/amiga-elf2bb/sys/exec_elf.h
723
#define ELFCLASS ELFCLASS32
tools/arm-elf2aout/sys/exec_elf.h
1118
#define ELFCLASS ELFCLASS32
tools/m68k-elf2aout/sys/exec_elf.h
1118
#define ELFCLASS ELFCLASS32
usr.bin/elf2aout/elf2aout.c
156
if (ex->e_ident[EI_CLASS] == ELFCLASS32)
usr.sbin/installboot/arch/pmax.c
324
(ehdr.e_ident[EI_CLASS] != ELFCLASS32)) {
usr.sbin/mopd/common/file.c
444
if (ehdr.e_ident[EI_CLASS] != ELFCLASS32)
usr.sbin/mopd/common/file.c
475
if (ehdr.e_ident[EI_CLASS] != ELFCLASS32)