Home
last modified time | relevance | path

Searched defs:build_version_command (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dloader.d1983 struct build_version_command in version() struct
1986 uint cmd; in version()
1992 uint cmdsize; in version()
1995 uint platform; in version()
1998 uint minos; in version()
2001 uint sdk; in version()
2004 uint ntools; in version()
3228 struct build_version_command struct
3230 uint cmd;
3231 uint cmdsize;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h855 struct build_version_command { struct
857 uint32_t cmdsize; // sizeof(struct build_version_command) + argument
859 uint32_t platform; // platform
860 uint32_t minos; // X.Y.Z is encoded in nibbles xxxx.yy.zz
861 uint32_t sdk; // X.Y.Z is encoded in nibbles xxxx.yy.zz
862 uint32_t ntools; // number of tool entries following this