Searched defs:ELFCLASS32 (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp414 W.OS << char(is64Bit() ? ELF::ELFCLASS64 : ELF::ELFCLASS32); // e_ident[EI_CLASS] member in class:ELF
/freebsd-current/contrib/file/src/
H A Dreadelf.h153 #define ELFCLASS32 1 macro
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h328 ELFCLASS32 = 1, // 32-bit object file enumerator in enum:llvm::ELF::__anon1511
/freebsd-current/sys/sys/
H A Delf_common.h153 #define ELFCLASS32 1 /* 32-bit architecture. */ macro

Completed in 178 milliseconds