1.1;esa (external_symbol_address), revision 1.1, 86/07/10
ESA (EXTERNAL_SYMBOL_ADDRESS) -- Display address of external symbol.
usage: ESA symbol_name
FORMAT
ESA symbol_name
ESA displays the address of an external symbol in an installed library. This
command is primarily intended for system-level debugging.
ARGUMENTS
symbol_name
(required) Specify symbol whose address you wish to display. ESA is
case sensitive with respect to the symbol name. Lowercase
must be used to refer to symbols defined in FORTRAN and
Pascal programs. Mixed case may be used, as needed, for
symbols defined in C programs.
EXAMPLES
$ esa gpr_$init
A1580C
$
This command displays the address of GPR_$INIT. This symbol resides within
the GPR library, which was installed at system startup time.