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