Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A 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 …]
H A DElfHandler.cpp363 struct CSection struct
365 UInt32 Name;
366 UInt32 Type;
367 UInt64 Flags;
368 UInt64 Va;
369 UInt64 Offset;
370 UInt64 VSize;
371 UInt32 Link;
372 UInt32 Info;
373 UInt64 AddrAlign;
[all …]
H A DPeHandler.cpp379 struct CSection struct
381 AString Name;
383 UInt32 ExtractSize;
384 UInt32 VSize;
385 UInt32 Va;
386 UInt32 PSize;
387 UInt32 Pa;
388 UInt32 Flags;
389 UInt32 Time;
391 bool IsRealSect;
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Nsis/
H A 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;