A symbol table is a method of representing information about a given label in a table.
Example
Here is a symbol table used to represent information about a given program during the compilation process.
Symbol | Memory Address | Type |
---|---|---|
x | 0x20000000 | variable |
getX | 0x40000000 | function |
setX | 0x40000032 | function |