Question

Anyone please explain what Position independent code and Shared Object meant actually. Whether the object code created after compiling is Position independent.

It would be helpful if somebody explain about how the access to local/external variables are handled in a position independent code.

Also looking for some real-life dynamic linking/loading examples/situations.

Was it helpful?

Solution

One good general explanation with lots of examples.

OTHER TIPS

The link provided by Employed Russian is a good one. However, here's another article on this topic that you may find useful. It assumes less knowledge and perhaps can be easier to understand for a beginner.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top