SPNU151W January 1998 – March 2023 66AK2E05 , 66AK2H06 , 66AK2H12 , 66AK2H14 , AM1705 , AM1707 , AM1802 , AM1806 , AM1808 , AM1810 , AM5K2E04 , OMAP-L132 , OMAP-L137 , OMAP-L138 , SM470R1B1M-HT , TMS470R1A288 , TMS470R1A384 , TMS470R1A64 , TMS470R1B1M , TMS470R1B512 , TMS470R1B768
The --gen_cross_reference_listing option generates a cross-reference listing file that contains reference information for each identifier in the source file. The listing file describes where each symbol is referenced and defined.
A cross-reference listing file with a .crl extension is generated for every source file. The files have the same name as their corresponding source file. (The --gen_cross_reference_listing option is separate from --asm_cross_reference_listing, which is an assembler rather than a compiler option.)
The information in the cross-reference listing file is displayed in the following format:
sym-id nameX filenameline number column number
sym-id | An integer uniquely assigned to each identifier | |
name | The identifier name | |
X | One of the following values: | |
D | Definition | |
d | Declaration (not a definition) | |
M | Modification | |
A | Address taken | |
U | Used | |
C | Changed (used and modified in a single operation) | |
R | Any other kind of reference | |
E | Error; reference is indeterminate | |
filename | The source file | |
line number | The line number in the source file | |
column number | The column number in the source file |