Searched defs:Segment64LoadCommand (Results 1 – 1 of 1) sorted by relevance
169 struct Segment64LoadCommand { struct170 uint32_t Type;171 uint32_t Size;172 char Name[16];173 uint64_t VMAddress;174 uint64_t VMSize;175 uint64_t FileOffset;176 uint64_t FileSize;177 uint32_t MaxVMProtection;178 uint32_t InitialVMProtection;[all …]