Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h1175 struct version_min_command { struct
1176 uint32_t cmd; /* LC_VERSION_MIN_MACOSX or
1178 uint32_t cmdsize; /* sizeof(struct min_version_command) */
1179 uint32_t version; /* X.Y.Z is encoded in nibbles xxxx.yy.zz */
1180 uint32_t reserved; /* zero */
/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