On 08/29/2013 08:30 PM, Rainer Schuetze wrote: > I meant the import part. How are accesses or data references to data > inside another shared library implemented? References from the data segment use absolute relocations. References from PIC code use the GOT.