Lines Matching defs:CSection
363 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;
374 UInt64 EntSize;
376 UInt64 GetSize() const { return Type == SHT_NOBITS ? 0 : VSize; } in GetSize()
378 void UpdateTotalSize(UInt64 &totalSize) in UpdateTotalSize()