Interface access: | publishedPartner | |
struct TCodeSegInfo;
Description
Code segment information.
Members
Defined in TCodeSegInfo
:
iCodeLoadAddr
Address where code segement was loaded from iCodeRunAddr
Code segment run address. If code segment is XIP then this is the same as iCodeL...iCodeSize
Code size in bytes iDataLoadAddr
Build time address of initialised writable data iDataRunAddr
Address of writable data at run time iDataSize
Writable data size in bytes. Combined .bss and .data sections iName
Name of code segment.iRoDataLoadAddr
Address where read only data was loaded from iRoDataRunAddr
Address of read only data at run time. If code segment is XIP then this is the s...iRoDataSize
Size on bytes of the read only data iSpare1
reserved for future iSpare2
iSpare3
iType
Type of the code segment. iXIP
Set 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