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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp381 krtDbgModDwarfSect_str, enumerator in enum:krtDbgModDwarfSect
3062 if (offDebugStr >= pThis->aSections[krtDbgModDwarfSect_str].cb)
3069 if (!pThis->aSections[krtDbgModDwarfSect_str].pv)
3071 int rc = rtDbgModDwarfLoadSection(pThis, krtDbgModDwarfSect_str);
3080 return (const char *)pThis->aSections[krtDbgModDwarfSect_str].pv + (size_t)offDebugStr;

Completed in 49 milliseconds