| Interface access: | publishedPartner | |
struct TCodeSegInfo;
Description
Code segment information.
Members
Defined in TCodeSegInfo:
iCodeLoadAddrAddress where code segement was loaded from iCodeRunAddrCode segment run address. If code segment is XIP then this is the same as iCodeL...iCodeSizeCode size in bytes iDataLoadAddrBuild time address of initialised writable data iDataRunAddrAddress of writable data at run time iDataSizeWritable data size in bytes. Combined .bss and .data sections iNameName of code segment.iRoDataLoadAddrAddress where read only data was loaded from iRoDataRunAddrAddress of read only data at run time. If code segment is XIP then this is the s...iRoDataSizeSize on bytes of the read only data iSpare1reserved for future iSpare2iSpare3iTypeType of the code segment. iXIPSet to trie to indicates that this executable is executing in place.
| Interface access: | publishedPartner | Inherited from: crashdata.h |
TBufC< KMaxPath > iName;
Description
Name of code segment.
| Interface access: | publishedPartner | Inherited from: crashdata.h |
TBool iXIP;
Description
Set to trie to indicates that this executable is executing in place.
| Interface access: | publishedPartner | Inherited from: crashdata.h |
TCodeSegType iType;
Description
Type of the code segment.
| Interface access: | publishedPartner | Inherited from: crashdata.h |
TUint32 iCodeSize;
Description
Code size in bytes
| Interface access: | publishedPartner | Inherited from: crashdata.h |
TLinAddr iCodeRunAddr;
Description
Code segment run address. If code segment is XIP then this is the same as iCodeLoadAddr
| Interface access: | publishedPartner | Inherited from: crashdata.h |
TLinAddr iCodeLoadAddr;
Description
Address where code segement was loaded from
| Interface access: | publishedPartner | Inherited from: crashdata.h |
TUint32 iRoDataSize;
Description
Size on bytes of the read only data
| Interface access: | publishedPartner | Inherited from: crashdata.h |
TLinAddr iRoDataRunAddr;
Description
Address of read only data at run time. If code segment is XIP then this is the same as iRoDataLoadAddr
| Interface access: | publishedPartner | Inherited from: crashdata.h |
TLinAddr iRoDataLoadAddr;
Description
Address where read only data was loaded from
| Interface access: | publishedPartner | Inherited from: crashdata.h |
TUint32 iDataSize;
Description
Writable data size in bytes. Combined .bss and .data sections
| Interface access: | publishedPartner | Inherited from: crashdata.h |
TLinAddr iDataRunAddr;
Description
Address of writable data at run time
| Interface access: | publishedPartner | Inherited from: crashdata.h |
TLinAddr iDataLoadAddr;
Description
Build time address of initialised writable data
| Interface access: | internal to technology | |
TUint32 iSpare1;
Description
reserved for future
| Interface access: | internal to technology | |
TUint32 iSpare2;
Description
| Interface access: | internal to technology | |
TUint32 iSpare3;
Description