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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp524 krtDbgModDwarfSect enmSect; member in struct:RTDWARFCURSOR
1409 * @param enmSect The section to load.
1411 static int rtDbgModDwarfLoadSection(PRTDBGMODDWARF pThis, krtDbgModDwarfSect enmSect) argument
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]
1456 rtDbgModDwarfUnloadSection(PRTDBGMODDWARF pThis, krtDbgModDwarfSect enmSect) argument
2186 rtDwarfCursor_Init(PRTDWARFCURSOR pCursor, PRTDBGMODDWARF pThis, krtDbgModDwarfSect enmSect) argument
2218 rtDwarfCursor_InitWithOffset(PRTDWARFCURSOR pCursor, PRTDBGMODDWARF pThis, krtDbgModDwarfSect enmSect, uint32_t offSect) argument
4701 krtDbgModDwarfSect enmSect; local
[all...]

Completed in 59 milliseconds