C/C++ Programmer's Guide (G06.25+)
Compiler Pragmas
HP C/C++ Programmer’s Guide for NonStop Systems—429301-008
13-59
LMAP
Usage Guideline
The LIST and NOLIST pragmas can be entered on the compiler RUN command line 
or in the source text.
LMAP
The LMAP pragma controls the generation and presentation of load-map information in 
the compiler listing. The LMAP pragma enables load-map generation and specifies how 
to present the load maps. NOLMAP disables generation of load maps or disables one 
form of load-map presentation.
lmap-type
specifies the type of load-map presentation to enable or disable. The available 
presentation types are:
ALPHA
specifies load maps of functions and data blocks sorted by name.
LOC
specifies load maps of functions and data blocks sorted by starting address.
*
specifies both ALPHA and LOC.
The pragma default settings are:
[NO]LMAP { lmap-type }
 { ( lmap-type [ , lmap-type ] ) }
 { * }
lmap-type: 
 { ALPHA | LOC }
SYSTYPE GUARDIAN SYSTYPE OSS
TNS C compiler NOLMAP * NOLMAP *
G-series TNS c89 utility NOLMAP * NOLMAP *
TNS/R native C and C++ compilers  N.A. N.A.
Native c89 utility N.A. N.A.
TNS/E native C and C++ compilers  N.A. N.A.










