Everything

csplus.get_symbol_address


This function gets address of a symbol.

[Specification format]

csplus.get_symbol_address(session_id, symbol_name)

[Argument(s)]

Argument

Description

session_id

This argument is ignored in this version.

symbol_name

The symbol to get address.

[Return value]

The address of the specified symbol

[Example of use]

>>> csplus.get_symbol_address(session_id, "main")
00001234
>>>