DIP45: fixing the dllimport/dllexport issue

Martin Nowak code at dawg.eu
Thu Aug 29 12:09:51 PDT 2013


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.


More information about the Digitalmars-d mailing list