Lines Matching defs:CSection
379 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;
392 bool IsDebug;
393 bool IsAdditionalSection;
395 CSection(): in CSection() function
403 void Set_Size_for_all(UInt32 size) in Set_Size_for_all()
408 UInt32 GetSize_Extract() const in GetSize_Extract()
413 void UpdateTotalSize(UInt32 &totalSize) const in UpdateTotalSize()
422 int Compare(const CSection &s) const in Compare()