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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp380 krtDbgModDwarfSect_ranges, enumerator in enum:krtDbgModDwarfSect
3232 if (off >= pThis->aSections[krtDbgModDwarfSect_ranges].cb)
3238 if (!pThis->aSections[krtDbgModDwarfSect_ranges].pv)
3240 int rc = rtDbgModDwarfLoadSection(pThis, krtDbgModDwarfSect_ranges);
3254 pRange->pbRanges = (uint8_t const *)pThis->aSections[krtDbgModDwarfSect_ranges].pv + (size_t)off;
3351 case DW_AT_ranges: enmSect = krtDbgModDwarfSect_ranges; enmWrt = krtDwarfRef_RangesSection; break;

Completed in 318 milliseconds