Changeset 74647 in vbox for trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp
- Timestamp:
- Oct 6, 2018 9:29:40 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 125537
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp
r74646 r74647 231 231 if (hLdrMod != g_hLdrMod || pvUser != NULL) 232 232 return VERR_INTERNAL_ERROR_3; 233 RTPrintf("Seg#%02u: %RTptr LB %RTptr %s\n", g_iSegNo++, pSeg->RVA, pSeg->cbMapped, pSeg->pszName); 233 RTPrintf("Seg#%02u: %RTptr LB %RTptr %s\n" 234 " link=%RTptr LB %RTptr align=%RTptr fProt=%#x offFile=%RTfoff\n" 235 , g_iSegNo++, pSeg->RVA, pSeg->cbMapped, pSeg->pszName, 236 pSeg->LinkAddress, pSeg->cb, pSeg->Alignment, pSeg->fProt, pSeg->offFile); 234 237 235 238 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.