Addresses displayed by IDF
In many situations IDF displays, or returns, addresses in symbolic
form.
Normally, these "symbolic addresses" are of the form
"(module.csect) symbol+offset".
If the address is within a code section for which IDF Language extract
data was loaded, the symbolic address is of the form:
"(module.csect) STMT#nnnnn+offset".
If the address is within the limits of the currently qualified module, the module name and the separating period are normally omitted. The FULLQUAL option forces IDF to always include the module name in generated symbolic names.
Source statement numbers can be used as symbolic names.
They are specified in the form "STMT#nnnnn"
, where
nnnnn
is the statement number involved.
nnnnn
can be any value between 1 and 65535 inclusive.