Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dloader.d2466 struct entry_point_command in version() struct
2469 uint cmd; in version()
2472 uint cmdsize; in version()
2475 ulong entryoff; in version()
2478 ulong stacksize; in version()
3380 struct entry_point_command struct
3382 uint cmd;
3383 uint cmdsize;
3384 ulong entryoff;
3385 ulong stacksize;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h926 struct entry_point_command { struct
927 uint32_t cmd;
928 uint32_t cmdsize;
929 uint64_t entryoff;
930 uint64_t stacksize;