Symbol: EI_CLASS
lib/libc/gen/nlist.c
111
ehdr->e_ident[EI_CLASS] == ELF_TARG_CLASS &&
lib/libkldelf/elf.c
145
if (efile->ef_hdr.e_ident[EI_CLASS] != hdr->e_ident[EI_CLASS] ||
lib/libkldelf/elf.c
57
if (hdr->e_ident[EI_CLASS] == (*erd)->class &&
lib/libkldelf/kldelf.h
108
#define elf_class(ef) ((ef)->ef_hdr.e_ident[EI_CLASS])
lib/libkvm/kvm_powerpc.c
58
if (eh->e_ident[EI_CLASS] != ELFCLASS32)
lib/libkvm/kvm_powerpc64.c
58
if (eh->e_ident[EI_CLASS] != ELFCLASS64)
lib/libkvm/kvm_private.c
131
return (kd->nlehdr.e_ident[EI_CLASS] == class &&
lib/libkvm/kvm_private.c
175
if (gelf_getclass(elf) != kd->nlehdr.e_ident[EI_CLASS]) {
lib/libpmcstat/libpmcstat_image.c
382
image_type = eh.e_ident[EI_CLASS] == ELFCLASS32 ?
lib/libproc/proc_create.c
65
class = ehdr.e_ident[EI_CLASS];
libexec/rtld-elf/map_object.c
369
if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
stand/common/load_elf.c
310
if (ehdr->e_ident[EI_CLASS] != ELF_TARG_CLASS || /* Layout ? */
stand/common/load_elf_obj.c
130
if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS || /* Layout ? */
stand/kboot/libkboot/dfk.c
227
if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS || /* Layout ? */
sys/compat/linux/linux_vdso.c
110
MPASS(ehdr->e_ident[EI_CLASS] == ELF_TARG_CLASS);
sys/dev/ksyms/ksyms.c
285
hdr->kh_ehdr.e_ident[EI_CLASS] = ELF_CLASS;
sys/kern/imgact_elf.c
1982
ehdr->e_ident[EI_CLASS] = ELF_CLASS;
sys/kern/imgact_elf.c
504
hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
sys/kern/kern_dump.c
306
ehdr.e_ident[EI_CLASS] = ELF_CLASS;
sys/kern/link_elf.c
1059
if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
sys/kern/link_elf_obj.c
385
if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
sys/kern/link_elf_obj.c
780
if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS
sys/x86/xen/pv.c
225
ehdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
usr.bin/elfdump/elfdump.c
1106
switch (e->e_ident[EI_CLASS]) {
usr.bin/elfdump/elfdump.c
1126
switch (e->e_ident[EI_CLASS]) {
usr.bin/elfdump/elfdump.c
1167
switch (e->e_ident[EI_CLASS]) {
usr.bin/elfdump/elfdump.c
1208
switch (e->e_ident[EI_CLASS]) {
usr.bin/elfdump/elfdump.c
1248
switch (e->e_ident[EI_CLASS]) {
usr.bin/elfdump/elfdump.c
137
offsetof(Elf32_Ehdr, e_ident[EI_CLASS]),
usr.bin/elfdump/elfdump.c
96
offsetof(Elf32_Ehdr, e_ident[EI_CLASS]),
usr.bin/gcore/elfcore.c
487
ehdr->e_ident[EI_CLASS] = ELF_CLASS;
usr.sbin/crunch/crunchide/exec_elf32.c
173
if (IS_ELF(eh) == 0 || eh.e_ident[EI_CLASS] != ELFCLASS)