Talk:Symbol table

From Wikipedia, the free encyclopedia

"This symbol table is part of every object file. During the linking of different object files, it is the linker's responsibility to handle any unresolved references."

This seems to assume a C/C++ style compilation process. Aren't symbol tables more broadly applicable than that? AftonL 16:06, 26 September 2006 (UTC)


The symbol stable is created using the hash table data structure.