REVEALRL [ HP Link Editor/XL Reference Manual ] MPE/iX 5.0 Documentation
HP Link Editor/XL Reference Manual
REVEALRL
This command reveals hidden symbols in the relocatable object modules of
a relocatable library. (REVEALRL reverses the effect of the HIDERL
command.)
This command takes effect when the module containing the symbol is added
to an executable library. The symbol can be used by the loader to
resolve external references between executable modules. Thus, the effect
of REVEALRL is to reveal the symbol to the loader at run time.
Syntax
REVEALRL {ENTRY= entry_name}
{;ALL }
[;RL= rl_file]
Parameters
entry_name Names a symbol to reveal in the relocatable Library
Symbol Table. If the symbol does not exist, an error
results. Entry_name is case sensitive.
ALL Reveals all symbols in the relocatable library.
rl_file Names the relocatable library in which the symbol
currently resides. The file must have an NMRL
filecode. Default: the current relocatable library
established by the last BUILDRL or RL command.
Example
LinkEd> REVEALRL ENTRY=LineTo;RL=LINEDRAW
This command reveals the symbol LineTo within the LINEDRAW relocatable
library. When the relocatable object modules containing references to
LineTo are added to an executable library, the loader can use the symbol
to resolve external references between executable modules.
MPE/iX 5.0 Documentation