Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
DMachoHandler.cpp217 struct CSection struct
219 char Name[kNameSize];
221 UInt64 Va;
222 UInt64 Pa;
223 UInt64 VSize;
224 UInt64 PSize;
226 UInt32 Align;
227 UInt32 Flags;
228 unsigned SegmentIndex;
229 bool IsDummy;
[all …]
DElfHandler.cpp312 struct CSection struct
314 UInt32 Name;
315 UInt32 Type;
316 UInt64 Flags;
317 UInt64 Va;
318 UInt64 Offset;
319 UInt64 VSize;
320 UInt32 Link;
321 UInt32 Info;
322 UInt64 AddrAlign;
[all …]
DPeHandler.cpp351 struct CSection struct
353 AString Name;
355 UInt32 VSize;
356 UInt32 Va;
357 UInt32 PSize;
358 UInt32 Pa;
359 UInt32 Flags;
360 UInt32 Time;
362 bool IsRealSect;
363 bool IsDebug;
[all …]
/external/lzma/CPP/7zip/Archive/Nsis/
DNsisIn.h138 struct CSection struct
140 UInt32 InstallTypes; // bits set for each of the different install_types, if any.
141 UInt32 Flags; // SF_* - defined above
142 UInt32 StartCmdIndex; // code;
143 UInt32 NumCommands; // code_size;
144 UInt32 SizeKB;
145 UInt32 Name;