Searched defs:SegmentLoadCommand (Results 1 – 1 of 1) sorted by relevance
182 struct SegmentLoadCommand { struct183 uint32_t Type;184 uint32_t Size;185 char Name[16];186 uint32_t VMAddress;187 uint32_t VMSize;188 uint32_t FileOffset;189 uint32_t FileSize;190 uint32_t MaxVMProtection;191 uint32_t InitialVMProtection;[all …]