Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/include/elf/
Dcommon.h87 #define ET_NONE 0 /* No file type */ macro
/freebsd-10-stable/sys/xen/interface/
Delfstructs.h146 #define ET_NONE 0 /* No file type */ macro
/freebsd-10-stable/contrib/llvm/lib/Object/
DELFYAML.cpp23 ECase(ET_NONE) in enumeration()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1727 case ET_NONE: *s << "ET_NONE"; break; in DumpELFHeader_e_type()
1972 case llvm::ELF::ET_NONE: in CalculateType()
2003 case llvm::ELF::ET_NONE: in CalculateStrata()
/freebsd-10-stable/sys/sys/
Delf_common.h188 #define ET_NONE 0 /* Unknown type. */ macro
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DELF.h111 ET_NONE = 0, // No file type enumerator
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
DELFDumper.cpp123 { "None", ELF::ET_NONE },
/freebsd-10-stable/contrib/binutils/binutils/
Dreadelf.c1663 case ET_NONE: return _("NONE (None)"); in get_file_type()