Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dloader.d1935 struct encryption_info_command_64 in version() struct
1938 uint cmd; in version()
1941 uint cmdsize; in version()
1944 uint cryptoff; in version()
1947 uint cryptsize; in version()
1950 uint cryptid; in version()
1953 uint pad; in version()
3210 struct encryption_info_command_64 struct
3212 uint cmd;
3213 uint cmdsize;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h825 struct encryption_info_command_64 { struct
826 uint32_t cmd;
827 uint32_t cmdsize;
828 uint32_t cryptoff;
829 uint32_t cryptsize;
830 uint32_t cryptid;
831 uint32_t pad;