Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
DElfHandler.cpp183 struct CSegment struct
185 UInt32 Type;
186 UInt32 Flags;
187 UInt64 Offset;
188 UInt64 Va;
190 UInt64 Size;
191 UInt64 VSize;
192 UInt64 Align;
194 void UpdateTotalSize(UInt64 &totalSize) in UpdateTotalSize()
DMachoHandler.cpp209 struct CSegment struct
211 char Name[kNameSize];
212 UInt32 MaxProt;
213 UInt32 InitProt;
214 UInt32 Flags;
DLvmHandler.cpp400 struct CSegment struct
402 UInt64 start_extent;
403 UInt64 extent_count;
404 AString type;
405 CObjectVector<CStripe> stripes;
407 bool IsPosSizeOk() const in IsPosSizeOk()
414 UInt64 GetEndExtent() const { return start_extent + extent_count; } in GetEndExtent()
416 bool Parse(const CConfigItem &si) in Parse()