Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachOFormat.h155 struct SegmentLoadCommand { struct
156 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 …]
/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc574 class SegmentLoadCommand: public SizedSection { class
576 SegmentLoadCommand() : section_count_(0) { } in SegmentLoadCommand() function in SegmentLoadCommand