winIDEA SDK
Loading...
Searching...
No Matches
isys::CSymbolInfo Class Reference

This class contains information about symbol, such as address, size and type. More...

#include <CAddressController.h>

Public Member Functions

ADDRESS_64 getAddress ()
 Returns symbol's address.
uint8_t getMemArea ()
 Returns symbol's memory area.
SType getMType ()
 Returns symbol's type.
ADDRESS_64 getSizeMAUs ()
 Returns symbol's size in Memory Addressable Units.

Detailed Description

This class contains information about symbol, such as address, size and type.

Member Function Documentation

◆ getAddress()

ADDRESS_64 isys::CSymbolInfo::getAddress ( )
inline

Returns symbol's address.

Since
9.12.288

◆ getMemArea()

uint8_t isys::CSymbolInfo::getMemArea ( )
inline

Returns symbol's memory area.

See MemArea.h for meaning of values returned by this function - make sure to see enum for your target architecture.

Since
9.12.288

◆ getMType()

SType isys::CSymbolInfo::getMType ( )
inline

Returns symbol's type.

Since
9.12.288

◆ getSizeMAUs()

ADDRESS_64 isys::CSymbolInfo::getSizeMAUs ( )
inline

Returns symbol's size in Memory Addressable Units.

Since
9.12.288