First page Back Continue Last page Overview Graphics
Resolving Symbols continued
For each, symbol a hash value is computed from the symbol name.
- For each object in the lookup scope we use the hash value to find the right hash bucket offset where that symbol should be.
- For each element in that hash bucket we string compare the symbol name with the relocation name.
- If we have match we'll string compare the versions (assuming versioned symbols)
Repeat until we find a match.