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.

SymbolMemory AddressType
x0x20000000variable
getX0x40000000function
setX0x40000032function