Symbol Table - Definição do Glossário de CI/CD
Uma symbol table é a seção de um object file ou binário que mapeia identificadores (funções, globais) para endereços; linkers a consultam para resolver referências e debuggers a leem para simbolizar stack traces.
Guias relacionados
Stripping Binaries - CI/CD Glossary DefinitionStripping a binary removes its symbol and debug information to shrink it for release, at the cost of readable…
Debug Symbols - CI/CD Glossary DefinitionDebug symbols map machine code back to source lines, variables, and types, letting debuggers and crash report…
Stack Trace - CI/CD Glossary DefinitionA stack trace is the ordered list of function calls active when an error occurred, showing the path the progr…