Searched refs:EI_CLASS (Results 26 - 50 of 53) sorted by relevance

123

/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dascii.c226 oeh.e_ident[EI_CLASS] = ecp->oec;
495 oeh.e_ident[EI_CLASS] = ecp->oec;
H A Dmain.c311 oeh.e_ident[EI_CLASS] = ecp->oec;
/freebsd-13-stable/contrib/elftoolchain/size/
H A Dsize.c277 if (elfhdr->e_ident[EI_CLASS] == ELFCLASS32) { \
340 if (elfhdr->e_ident[EI_CLASS] == ELFCLASS32) {
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c497 elf_file.ehdr.e_ident[EI_CLASS] = ELFCLASS32;
637 elf_file.ehdr.e_ident[EI_CLASS] = ELFCLASS64;
1197 if (ehdr.e_ident[EI_CLASS] != eclass) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1087 switch (EF.getHeader()->e_ident[ELF::EI_CLASS]) {
1172 switch (EF.getHeader()->e_ident[ELF::EI_CLASS]) {
1187 switch (EF.getHeader()->e_ident[ELF::EI_CLASS]) {
H A DELF.h43 return std::make_pair((uint8_t)Object[ELF::EI_CLASS],
H A DELFTypes.h475 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
/freebsd-13-stable/sys/dev/ksyms/
H A Dksyms.c287 hdr->kh_ehdr.e_ident[EI_CLASS] = ELF_CLASS;
/freebsd-13-stable/stand/common/
H A Dload_elf_obj.c138 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS || /* Layout ? */
H A Dload_elf.c256 if (ehdr->e_ident[EI_CLASS] != ELF_TARG_CLASS || /* Layout ? */
/freebsd-13-stable/usr.sbin/kldxref/
H A Def.c599 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
H A Def_obj.c395 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
/freebsd-13-stable/sys/x86/xen/
H A Dpv.c485 ehdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c1468 if (ehdr.e_ident[EI_CLASS] == ELFCLASS64) {
1474 } else if (ehdr.e_ident[EI_CLASS] == ELFCLASS32) {
/freebsd-13-stable/sys/kern/
H A Dlink_elf_obj.c368 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
726 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS
H A Dlink_elf.c1011 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
H A Dimgact_elf.c470 hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
1981 ehdr->e_ident[EI_CLASS] = ELF_CLASS;
/freebsd-13-stable/sys/sys/
H A Delf_common.h132 #define EI_CLASS 4 /* Class of machine. */ macro
153 /* Values for e_ident[EI_CLASS]. */
/freebsd-13-stable/usr.bin/gcore/
H A Delfcore.c470 ehdr->e_ident[EI_CLASS] = ELF_CLASS;
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c1290 elf_class_str(ed->ehdr.e_ident[EI_CLASS]));
1311 elf_class_str(ed->ehdr.e_ident[EI_CLASS]),
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.c1823 clazz = buf[EI_CLASS];
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp250 uint32_t fileclass = header.e_ident[EI_CLASS];
1467 if (header.e_ident[EI_CLASS] == llvm::ELF::ELFCLASS64)
2984 s->Printf("e_ident[EI_CLASS ] = 0x%2.2x\n", header.e_ident[EI_CLASS]);
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h510 _ELF_DEFINE_EI(EI_CLASS, 4, "file class") \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp387 Header.e_ident[EI_CLASS] = ELFT::Is64Bits ? ELFCLASS64 : ELFCLASS32;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1706 Ehdr.e_ident[EI_CLASS] = ELFT::Is64Bits ? ELFCLASS64 : ELFCLASS32;

Completed in 466 milliseconds

123