문제

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.

도움이 되었습니까?

해결책

One good general explanation with lots of examples.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top