Jan 7, 2013
Post comments count0
Post likes count1
Understanding the classical model for linking, groundwork: The algorithm

The classical model for linking goes like this: Each OBJ file contains two lists of symbols. Provided symbols: These are symbols the OBJ contains definitions for. Needed symbols: These are symbols the OBJ would like the definitions for. (The official terms for these are exported and imported, but I will use provided and needed to avo...