Home
last modified time | relevance | path

Searched refs:ET_NONE (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/sys/
H A Delf_common.h196 #define ET_NONE 0 /* Unknown type. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h116 ET_NONE = 0, // No file type enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3293 case ET_NONE: in DumpELFHeader_e_type()
3523 case llvm::ELF::ET_NONE: in CalculateType()
3551 case llvm::ELF::ET_NONE: in CalculateStrata()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h889 _ELF_DEFINE_ET(ET_NONE, 0, "No file type") \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c273 case ET_NONE: return "ET_NONE"; in elf_type_str()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp49 ECase(ET_NONE); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c639 case ET_NONE: return "NONE (None)"; in elf_type()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1077 {"None", "NONE (none)", ELF::ET_NONE},