Definitions for "Symbol table"
A table, found in object and archive files, which lists the symbols (procedures or data) defined and referenced in the file. For symbols defined in the file, an offset is stored.
A table of names of procedures and data, including their offset addresses. The compiler inserts a symbol table in the object file for use by the debugger and profiler. T-Z
a data structure for keeping track of label definitions
an unordered collection of bindings
Keywords:  declarations, mapping, set, names
a mapping from names to a set of declarations
Keywords:  along, listing, address
a listing of all symbols along with their address