Searched defs:SegmentLoadCommand (Results 1 – 1 of 1) sorted by relevance
164 struct SegmentLoadCommand { struct165 uint32_t Type;166 uint32_t Size;167 char Name[16];168 uint32_t VMAddress;169 uint32_t VMSize;170 uint32_t FileOffset;171 uint32_t FileSize;172 uint32_t MaxVMProtection;173 uint32_t InitialVMProtection;[all …]