Object File - Definição do Glossário de CI/CD
Um object file (.o, .obj) contém o código de máquina compilado e referências de símbolo não resolvidas de uma unidade de compilação; ele não é executável por si só - o linker costura object files e bibliotecas no binário final.
Guias relacionados
Compilation Unit - CI/CD Glossary DefinitionA compilation unit is the chunk of source a compiler processes independently into one object file - the granu…
Linker Script - CI/CD Glossary DefinitionA linker script tells the linker how to lay out sections of object files into the final binary’s memory regio…
Relocation - CI/CD Glossary DefinitionRelocation is the linker or loader patching address references in compiled code once the load location is kno…