VirtualBox

Ignore:
Timestamp:
Oct 6, 2018 9:29:40 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
125537
Message:

IPRT: Fixed segment alignment bug in the mach-o code. bugref:9232

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp

    r74646 r74647  
    231231    if (hLdrMod != g_hLdrMod || pvUser != NULL)
    232232        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);
    234237
    235238    return VINF_SUCCESS;
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