previous | start | next

Static Linking and Loading

Each object file must contain information about "undefined" references:

Linker uses this information to concatenate the sections of the object files and to update all undefined references.



previous | start | next