Searched refs:EI_CLASS (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-12-stable/lib/libkvm/
H A Dkvm_minidump_mips.c67 if (kd->nlehdr.e_ident[EI_CLASS] != ELFCLASS32 &&
68 kd->nlehdr.e_ident[EI_CLASS] != ELFCLASS64)
98 if (kd->nlehdr.e_ident[EI_CLASS] == ELFCLASS64 ||
168 if (kd->nlehdr.e_ident[EI_CLASS] == ELFCLASS64) {
247 if (kd->nlehdr.e_ident[EI_CLASS] != ELFCLASS64)
250 if (kd->nlehdr.e_ident[EI_CLASS] != ELFCLASS32)
339 if (kd->nlehdr.e_ident[EI_CLASS] == ELFCLASS64) {
H A Dkvm_powerpc.c61 if (eh->e_ident[EI_CLASS] != ELFCLASS32)
H A Dkvm_powerpc64.c61 if (eh->e_ident[EI_CLASS] != ELFCLASS64)
H A Dkvm_private.c133 return (kd->nlehdr.e_ident[EI_CLASS] == class &&
176 if (gelf_getclass(elf) != kd->nlehdr.e_ident[EI_CLASS]) {
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c106 if (ehdr.e_ident[EI_CLASS] == ELFCLASS32)
108 else if (ehdr.e_ident[EI_CLASS] == ELFCLASS64)
111 terminate("unknown ELF class %d\n", ehdr.e_ident[EI_CLASS]);
/freebsd-12-stable/contrib/elftoolchain/libelf/
H A Dlibelf_memory.c66 e_class = image[EI_CLASS];
H A Dlibelf_ehdr.c97 eh->e_ident[EI_CLASS] = ELFCLASS##SZ; \
H A Delf_update.c538 eh_class = eh32->e_ident[EI_CLASS];
544 eh_class = eh64->e_ident[EI_CLASS];
584 (E)->e_ident[EI_CLASS] = (unsigned char) (EC); \
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h86 return e_ident[llvm::ELF::EI_CLASS] == llvm::ELF::ELFCLASS32;
94 return e_ident[llvm::ELF::EI_CLASS] == llvm::ELF::ELFCLASS64;
H A DELFHeader.cpp164 switch (magic[EI_CLASS]) {
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c293 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS64) {
306 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32) {
341 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32) {
/freebsd-12-stable/contrib/binutils/bfd/
H A Delfcore.h101 if (x_ehdr.e_ident[EI_CLASS] != ELFCLASS)
/freebsd-12-stable/usr.bin/elf2aout/
H A Delf2aout.c114 if (e->e_ident[EI_CLASS] != ELFCLASS64)
/freebsd-12-stable/usr.bin/ldd/
H A Dldd.c328 hdr.elf32.e_ident[EI_CLASS] == ELFCLASS32) {
396 hdr.elf.e_ident[EI_CLASS] == ELF_TARG_CLASS) {
/freebsd-12-stable/usr.bin/elfdump/
H A Delfdump.c99 offsetof(Elf32_Ehdr, e_ident[EI_CLASS]),
140 offsetof(Elf32_Ehdr, e_ident[EI_CLASS]),
1103 switch (e->e_ident[EI_CLASS]) {
1123 switch (e->e_ident[EI_CLASS]) {
1164 switch (e->e_ident[EI_CLASS]) {
1205 switch (e->e_ident[EI_CLASS]) {
1245 switch (e->e_ident[EI_CLASS]) {
/freebsd-12-stable/contrib/elftoolchain/elfcopy/
H A Dbinary.c180 oeh.e_ident[EI_CLASS] = ecp->oec;
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_vdso.c112 ehdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
/freebsd-12-stable/lib/libproc/
H A Dproc_create.c68 class = ehdr.e_ident[EI_CLASS];
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h231 EI_CLASS, enumerator in enum:llvm::AMDGPULibFuncBase::EFuncId
/freebsd-12-stable/contrib/file/src/
H A Dreadelf.h161 #define EI_CLASS 4 macro
/freebsd-12-stable/lib/libc/gen/
H A Dnlist.c221 ehdr->e_ident[EI_CLASS] == ELF_TARG_CLASS &&
/freebsd-12-stable/sys/kern/
H A Dkern_dump.c303 ehdr.e_ident[EI_CLASS] = ELF_CLASS;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h51 EI_CLASS = 4, // File class. enumerator in enum:llvm::ELF::__anon4140
80 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
106 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
/freebsd-12-stable/contrib/binutils/include/elf/
H A Dcommon.h49 #define EI_CLASS 4 /* File class */ macro
/freebsd-12-stable/sys/x86/xen/
H A Dpv.c486 ehdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||

Completed in 304 milliseconds

123