Home
last modified time | relevance | path

Searched refs:IMAGE_SUBSYSTEM_OS2_CUI (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/external/bsd/gnu-efi/dist/inc/x86_64/
H A Dpe.h214 #define IMAGE_SUBSYSTEM_OS2_CUI 5 // image runs in the OS/2 character subsystem. macro
/netbsd/sys/external/bsd/gnu-efi/dist/inc/ia32/
H A Dpe.h214 #define IMAGE_SUBSYSTEM_OS2_CUI 5 // image runs in the OS/2 character subsystem. macro
/netbsd/sys/external/bsd/gnu-efi/dist/inc/ia64/
H A Dpe.h220 #define IMAGE_SUBSYSTEM_OS2_CUI 5 // image runs in the OS/2 character subsystem. macro
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DCOFF.h606 IMAGE_SUBSYSTEM_OS2_CUI = 5, ///< The OS/2 character subsystem. enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp229 ECase(IMAGE_SUBSYSTEM_OS2_CUI); in enumeration()