Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dloader.d1104 struct dylib_command in version() struct
1107 uint cmd; in version()
1110 uint cmdsize; in version()
1113 dylib dylib_; in version()
2920 struct dylib_command struct
2922 uint cmd;
2923 uint cmdsize;
2924 dylib dylib_;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h617 struct dylib_command { struct
618 uint32_t cmd;
619 uint32_t cmdsize;
620 struct dylib dylib;