VirtualBox

Changeset 37229 in vbox


Ignore:
Timestamp:
May 27, 2011 9:57:01 AM (14 years ago)
Author:
vboxsync
Message:

SUPDrvIOC.h: comment on offSymbol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h

    r36262 r37229  
    349349    /** Offset into of the string table. */
    350350    uint32_t        offName;
    351     /** Offset of the symbol relative to the image load address. */
     351    /** Offset of the symbol relative to the image load address.
     352     * @remarks When used inside the SUPDrv to calculate real addresses, it
     353     *          must be cast to int32_t for the sake of native loader support
     354     *          on Solaris.  (The loader puts the and data in different
     355     *          memory areans, and the text one is generally higher.) */
    352356    uint32_t        offSymbol;
    353357} SUPLDRSYM;
Note: See TracChangeset for help on using the changeset viewer.

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