Previous Topic Next topic Print topic


Finding Variables in PLIDUMP Output

Compile your program with the MAP option to find variables in the PLIDUMP output. The MAP option tells the compiler to add a table to the listing that shows the offset within AUTOMATIC and STATIC storage of all level-1 variables that are AUTOMATIC or STATIC.

Previous Topic Next topic Print topic