Searched refs:ET_NONE (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h87 #define ET_NONE 0 /* No file type */ macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h87 #define ET_NONE 0 /* No file type */ macro
/openbsd-current/sys/sys/
H A Dexec_elf.h155 #define ET_NONE 0 /* No file type */ macro
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h115 ET_NONE = 0, // No file type enumerator in enum:llvm::ELF::__anon24
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3112 case ET_NONE:
3113 *s << "ET_NONE";
3342 case llvm::ELF::ET_NONE:
3370 case llvm::ELF::ET_NONE:
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp49 ECase(ET_NONE);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c1543 case ET_NONE: return _("NONE (None)");
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c1899 case ET_NONE: return _("NONE (None)");
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp998 {"None", "NONE (none)", ELF::ET_NONE},

Completed in 376 milliseconds