Searched defs:aSections (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp452 } aSections[krtDbgModDwarfSect_End]; member in struct:RTDBGMODDWARF
1416 if (pThis->aSections[enmSect].pv)
1423 if (!pThis->aSections[enmSect].fPresent)
1425 Assert(pThis->aSections[enmSect].cb);
1428 if (!pThis->aSections[enmSect].cb)
1434 if (pThis->aSections[enmSect].offFile < 0)
1441 pThis->aSections[enmSect].iDbgInfo,
1442 pThis->aSections[enmSect].offFile,
1443 pThis->aSections[enmSect].cb,
1444 &pThis->aSections[enmSec
[all...]

Completed in 82 milliseconds