Searched defs:CSection (Results 1 – 4 of 4) sorted by relevance
217 struct CSection struct219 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 …]
363 struct CSection struct365 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 …]
379 struct CSection struct381 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 …]
138 struct CSection struct140 UInt32 InstallTypes; // bits set for each of the different install_types, if any.141 UInt32 Flags; // SF_* - defined above142 UInt32 StartCmdIndex; // code;143 UInt32 NumCommands; // code_size;144 UInt32 SizeKB;145 UInt32 Name;