Searched defs:Segment64LoadCommand (Results 1 – 1 of 1) sorted by relevance
178 struct Segment64LoadCommand { struct179 uint32_t Type;180 uint32_t Size;181 char Name[16];182 uint64_t VMAddress;183 uint64_t VMSize;184 uint64_t FileOffset;185 uint64_t FileSize;186 uint32_t MaxVMProtection;187 uint32_t InitialVMProtection;[all …]