Skip to content
Latchkey

Symbol Table - CI/CD Glossary Definition

A symbol table is the index inside an object file or executable that maps names (functions, global variables) to their addresses or to the fact that they are still undefined and must be resolved by the linker.

In debugging

Stripped binaries have their symbol tables removed to shrink size, which is why CI release builds often keep a separate symbol file for stack-trace symbolication.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →