Home
last modified time | relevance | path

Searched defs:SegmentLoadCommand (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/Object/
DMachOFormat.h164 struct SegmentLoadCommand { struct
165 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 …]