Lexicon Entry
Object Files
Object files are the intermediate output of a compiler. They contain machine code and a symbol table, but references to external functions or variables remain unresolved until processed by a linker.
Object files are the intermediate output of a compiler. They contain machine code and a symbol table, but references to external functions or variables remain unresolved until processed by a linker.