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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp511 bool f64bitDwarf; member in struct:RTDWARFCURSOR
1996 if (pCursor->f64bitDwarf)
2040 pCursor->f64bitDwarf = false;
2043 pCursor->f64bitDwarf = true;
2198 pCursor->f64bitDwarf = false;
4113 return rtDwarfCursor_SkipBytes(pCursor, pCursor->f64bitDwarf ? 8 : 4);

Completed in 225 milliseconds