| SYMVAL ( virtaddress, pathspec ) |
returns the value of the data structure specified by
pathspec. |
| SYMLEN ( pathspec, [units] ) |
returns the length of a data structure in bits or bytes. |
| SYMADDR ( pathspec, [units] ) |
returns the bit or byte offset of an element specified by
pathspec, relative to the start of the path. |
| SYMINSET ( virtaddress, pathspec, element ) |
returns a boolean value of TRUE if the set member element
is in the set specified by address and
pathspec. |
| SYMTYPE ( pathspec ) |
Returns the type of a component described by pathspec. |
| SYMCONST ( pathspec ) |
returns the value of the constant specified by pathspec. |
| Parameters: | |
| virtaddress |
the address of the actual data. (Required) |
| pathspec |
a path specification. (Required) |
| units |
specifies whether the return value for SYMLEN and
SYMADDR is in bits or bytes. (Optional) |
| element | a set element. (Required) |