Home
last modified time | relevance | path

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

/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp388 #define ELFOSABI_OPENVMS 13 // Open VMS macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h349 ELFOSABI_OPENVMS = 13, // OpenVMS enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h345 ELFOSABI_OPENVMS = 13, // OpenVMS enumerator
/third_party/elfio/elfio/
Delfio_dump.hpp71 { ELFOSABI_OPENVMS, "Open VMS" },
Delf_types.hpp370 constexpr unsigned char ELFOSABI_OPENVMS = 13; // Open VMS variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp265 ECase(ELFOSABI_OPENVMS); in enumeration()