Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h201 #define ET_LOOS 0xfe00 /* First operating system specific. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h121 ET_LOOS = 0xfe00, // Beginning of operating system-specific codes enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h894 _ELF_DEFINE_ET(ET_LOOS, 0xFE00U, "Begin OS-specific range") \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c281 else if (type >= ET_LOOS && type <= ET_HIOS) in elf_type_str()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3604 else if (e.e_type >= ET_LOOS) in printFileHeaders()
7058 else if (E.e_type >= ET_LOOS) in printFileHeaders()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c647 else if (type >= ET_LOOS && type <= ET_HIOS) in elf_type()