Changeset 37229 in vbox
- Timestamp:
- May 27, 2011 9:57:01 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h
r36262 r37229 349 349 /** Offset into of the string table. */ 350 350 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.) */ 352 356 uint32_t offSymbol; 353 357 } SUPLDRSYM;
Note:
See TracChangeset
for help on using the changeset viewer.