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 …]
312 struct CSection struct314 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;[all …]
351 struct CSection struct353 AString Name;355 UInt32 VSize;356 UInt32 Va;357 UInt32 PSize;358 UInt32 Pa;359 UInt32 Flags;360 UInt32 Time;362 bool IsRealSect;363 bool IsDebug;[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;