Searched defs:SegmentLoadCommand (Results 1 – 2 of 2) sorted by relevance
155 struct SegmentLoadCommand { struct156 uint32_t Type;157 uint32_t Size;158 char Name[16];159 uint32_t VMAddress;160 uint32_t VMSize;161 uint32_t FileOffset;162 uint32_t FileSize;163 uint32_t MaxVMProtection;164 uint32_t InitialVMProtection;[all …]
574 class SegmentLoadCommand: public SizedSection { class576 SegmentLoadCommand() : section_count_(0) { } in SegmentLoadCommand() function in SegmentLoadCommand