VirtualBox

Ignore:
Timestamp:
Nov 6, 2018 12:57:54 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126386
Message:

SUPDrv: Adding supdrvOSLdrQuerySymbol so we don't have to save a copy of the symbol table for native modules. bugref:9232

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c

    r75003 r75282  
    12411241
    12421242
     1243int  VBOXCALL   supdrvOSLdrQuerySymbol(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage,
     1244                                       const char *pszSymbol, size_t cchSymbol, void **ppvSymbol)
     1245{
     1246    RT_NOREF(pDevExt, pImage, pszSymbol, cchSymbol, ppvSymbol);
     1247    return VERR_WRONG_ORDER;
     1248}
     1249
     1250
    12431251#ifdef SUPDRV_WITH_MSR_PROBER
    12441252
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette