C/C++ Programmer's Guide (G06.27+, H06.08+, J06.03+)

LOC
specifies load maps of functions and data blocks sorted by starting address.
*
specifies both ALPHA and LOC.
The pragma default settings are:
SYSTYPE OSSSYSTYPE GUARDIAN
NOLMAP *NOLMAP *TNS C compiler
NOLMAP *NOLMAP *G-series TNS c89 utility
N.A.N.A.TNS/R native C and C++ compilers
N.A.N.A.Native c89 and c99 utilities
N.A.N.A.TNS/E native C and C++ compilers
Usage Guidelines
For the TNS C compiler, the LMAP pragma can be entered on the compiler RUN command
line or in the source text. For OSS, the LMAP pragma must be entered in the source file.
The native C and C++ compilers do not support this pragma. Native compilers do not generate
load map information.
MAP
The MAP pragma controls the generation of identifier maps in the compiler listing. The MAP pragma
enables generation of identifier maps, and NOMAP disables it.
[NO]MAP
The pragma default settings are:
SYSTYPE OSSSYSTYPE GUARDIAN
NOMAPNOMAPTNS C compiler
NOMAPNOMAPG-series TNS c89 utility
NOMAPNOMAPTNS/R native C and C++ compilers
NOMAPNOMAPNative c89 and c99 utilities
NOMAPNOMAPTNS/E native C and C++ compilers
Usage Guidelines
The MAP pragma can be entered on the compiler RUN command line or in the source text. It
can also be specified with the -W[no]map flag of the c89 or the c99 utility.
Identifier maps display information about local and global identifiers, and they appear at the
end of the compiler listing.
MAPINCLUDE
The MAPINCLUDE pragma specifies how to transform file names within #include directives.
MAPINCLUDE [ FILE | PATH ] "from" = "to"
MAP 215