CROSSREF Manual

INTERPRETING CROSSREF OUTPUT
Identifier List
Attribute List. The attribute list is a set of identifier
attributes sent by the compiler to CROSSREF. The exact meaning
of the field depends on the compiler. See the appropriate
compiler section.
This field always begins at column 35 of the header. If the
combined length of the identifier name and qualifier exceeds 35
characters, the compiler attribute list is placed on the lines
following the first header line.
File Name. The file name is the name of the file in which the
identifier is defined. The fully qualified file name is shown in
the file list.
File Number. The file number is the number assigned to the file
name. Every file used in the cross-reference listing, and the
file number associated with it, are shown in the file list at the
beginning of the cross-reference listing.
Line Number. The line number is the number of the line in the
specified file in which the identifier is defined.
Identifier Reference Lines
Following the header line are zero or more reference lines.
These lines contain the number of the line (or lines) where
the identifier is referenced followed by a code (or codes)
that describes the type of reference (for example, read). The
references from a single file might extend over several lines.
If an identifier is referenced in more than one file, CROSSREF
begins the references for the next file on a new line. The file
name and number are listed in the leftmost field followed by the
reference line numbers and codes.
The reference line contains a minimum of four fields:
• File Name
• File Number
• Line Number
• Reference Code
3-4