Home
last modified time | relevance | path

Searched defs:version_min_command (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h1235 struct version_min_command { struct
1236 uint32_t cmd; /* LC_VERSION_MIN_MACOSX or
1240 uint32_t cmdsize; /* sizeof(struct min_version_command) */
1241 uint32_t version; /* X.Y.Z is encoded in nibbles xxxx.yy.zz */
1242 uint32_t sdk; /* X.Y.Z is encoded in nibbles xxxx.yy.zz */
/external/llvm/include/llvm/Support/
DMachO.h809 struct version_min_command { struct
812 uint32_t cmdsize; // sizeof(struct version_min_command) argument
813 uint32_t version; // X.Y.Z is encoded in nibbles xxxx.yy.zz
814 uint32_t sdk; // X.Y.Z is encoded in nibbles xxxx.yy.zz
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h814 struct version_min_command { struct
817 uint32_t cmdsize; // sizeof(struct version_min_command) argument
818 uint32_t version; // X.Y.Z is encoded in nibbles xxxx.yy.zz
819 uint32_t sdk; // X.Y.Z is encoded in nibbles xxxx.yy.zz
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h824 struct version_min_command { struct
827 uint32_t cmdsize; // sizeof(struct version_min_command) argument
828 uint32_t version; // X.Y.Z is encoded in nibbles xxxx.yy.zz
829 uint32_t sdk; // X.Y.Z is encoded in nibbles xxxx.yy.zz
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DMachO.h841 struct version_min_command { struct
844 uint32_t cmdsize; // sizeof(struct version_min_command) argument
845 uint32_t version; // X.Y.Z is encoded in nibbles xxxx.yy.zz
846 uint32_t sdk; // X.Y.Z is encoded in nibbles xxxx.yy.zz