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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp420 W.OS << char(is64Bit() ? ELF::ELFCLASS64 : ELF::ELFCLASS32); // e_ident[EI_CLASS] member in class:ELF
/freebsd-11-stable/contrib/file/src/
H A Dreadelf.h153 #define ELFCLASS32 1 macro
/freebsd-11-stable/contrib/binutils/include/elf/
H A Dcommon.h51 #define ELFCLASS32 1 /* 32-bit objects */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h319 ELFCLASS32 = 1, // 32-bit object file enumerator in enum:llvm::ELF::__anon19
/freebsd-11-stable/sys/sys/
H A Delf_common.h148 #define ELFCLASS32 1 /* 32-bit architecture. */ macro

Completed in 204 milliseconds