Home
last modified time | relevance | path

Searched refs:ET_LOPROC (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Delf_common.h203 #define ET_LOPROC 0xff00 /* First processor-specific. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h123 ET_LOPROC = 0xff00, // Beginning of processor-specific codes enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h896 _ELF_DEFINE_ET(ET_LOPROC, 0xFF00U, "Begin processor-specific range") \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c279 if (type >= ET_LOPROC) in elf_type_str()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3602 if (e.e_type >= ET_LOPROC) in printFileHeaders()
7056 if (E.e_type >= ET_LOPROC) in printFileHeaders()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c645 if (type >= ET_LOPROC) in elf_type()