MPE/iX System Utilities Reference Manual (32650-90908)

Chapter 20
SAINT
Operation
166
BUILDPME
This command creates the permanent boot image from the internal data structures (symbol tables, code
arrays, and so on.) built by the SAINT utility in previous load commands. These data structures keep track of
the information designated by the load commands previously invoked in this SAINT utility session.
Syntax
BUILDPME bootimagename [,SXRT]
Parameters
bootimagename The name of the boot image file. This parameter is required.
SXRT A keyword designating whether or not a system cross-reference table should be built.
Example
buildpme getit.gotit.good,sxrt
EXIT
This command terminates the SAINT utility, closes all files it is currently using, and returns control to the
process that invoked this session of the SAINT utility.
Syntax
EXIT
Parameters
None
Example
exit
FINDSYM
This command searches for the specified symbol name in the symbol table of the designated boot image and
displays pertinent information if the symbol is found. If you do not specify a boot image file, SAINT uses the
currently built boot image. If a boot image has not yet been built and you do not specify a boot image file,
SAINT returns an error.
Syntax
FINDSYM symbolname [,filename]