SPRU513Z August 2001 – October 2023 SM320F28335-EP
These terms defined appear in the cross-reference listing in Cross-Reference Listing:
Symbol | Name of the symbol listed | |
Filename | Name of the file where the symbol appears | |
RTYP | The symbol's reference type in this file. The possible reference types are: | |
STAT | The symbol is defined in this file and is not declared as global. | |
EDEF | The symbol is defined in this file and is declared as global. | |
EREF | The symbol is not defined in this file but is referenced as global. | |
UNDF | The symbol is not defined in this file and is not declared as global. | |
AsmVal | This hexadecimal number is the value assigned to the symbol at assembly time. A value may also be preceded by a character that describes the symbol's attributes. Table 10-1 lists these characters and names. | |
LnkVal | This hexadecimal number is the value assigned to the symbol after linking. | |
DefLn | The statement number where the symbol is defined. | |
RefLn | The line number where the symbol is referenced. If the line number is followed by an asterisk (*), then that reference can modify the contents of the object. A blank in this column indicates that the symbol was never used. |
Character | Meaning |
---|---|
' | Symbol defined in a .text section |
" | Symbol defined in a .data section |
+ | Symbol defined in a .sect section |
- | Symbol defined in a .usect section |
Cross-Reference Listing is an example of cross-reference listing.
=============================================================================
Symbol: _SETUP
Filename RTYP AsmVal LnkVal DefLn RefLn RefLn RefLn
________ ____ ________ ________ ______ _______ _______ _______
demo.asm EDEF '00000018 00000018 18 13 20
=============================================================================
Symbol: _fill_tab
Filename RTYP AsmVal LnkVal DefLn RefLn RefLn RefLn
________ ____ ________ ________ ______ _______ _______ _______
ctrl.asm EDEF '00000000 00000040 10 5
=============================================================================
Symbol: _x42
Filename RTYP AsmVal LnkVal DefLn RefLn RefLn RefLn
________ ____ ________ ________ ______ _______ _______ _______
demo.asm EDEF '00000000 00000000 7 4 18
=============================================================================
Symbol: gvar
Filename RTYP AsmVal LnkVal DefLn RefLn RefLn RefLn
________ ____ ________ ________ ______ _______ _______ _______
tables.asm EDEF "00000000 08000000 11 10
=============================================================================