• G
    This change facilitates name translation for shared libraries. The · b9e63915
    Geoff Thorpe 提交于
    technique used is far from perfect and alternatives are welcome.
    Basically if the translation flag is set, the string is not too
    long, and there appears to be no path information in the string,
    then it is converted to whatever the standard should be for the
    DSO_METHOD in question, eg;
        blah --> libblah.so   on *nix, and
        blah --> blah.dll     on win32.
    
    This change also introduces the DSO_ctrl() function that is used
    by the name translation stuff.
    b9e63915
dso_dl.c 6.0 KB