ESA(1) Domain/OS BSD ESA(1)
NAME
esa - display address of external symbol
SYNOPSIS
esa symbol_name
DESCRIPTION
esa displays the address of an external symbol in an installed library.
This command is primarily intended for system-level debugging.
symbol_name (required)
Specify the 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
This command displays the address of gpr_$init. This symbol resides
within the GPR library, which was installed at system start-up time.
$ esa gpr_$init
A1580C
$