Searched refs:RTDBGSEGIDX_ABS (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcontainer.cpp316 AssertMsgReturn( iSeg == RTDBGSEGIDX_ABS
328 PAVLRUINTPTRNODECORE pAvlCore = RTAvlrUIntPtrGetBestFit( iSeg == RTDBGSEGIDX_ABS
398 AssertMsgReturn( iSeg == RTDBGSEGIDX_ABS
409 if (iSeg != RTDBGSEGIDX_ABS && off + cb > pThis->paSegs[iSeg].cb)
433 PAVLRUINTPTRTREE pAddrTree = iSeg == RTDBGSEGIDX_ABS
H A Ddbgmodnm.cpp318 iSegSym = RTDBGSEGIDX_ABS;
322 iSegSym = RTDBGSEGIDX_ABS;
H A Ddbgas.cpp1195 if (iSeg == RTDBGSEGIDX_ABS)
1383 rc = RTDbgModSymbolByAddr(pahModules[i], RTDBGSEGIDX_ABS, Addr, fFlags, &offDisp, pSymbol);
1396 rc = RTDbgModSymbolByAddr(hMod, RTDBGSEGIDX_ABS, Addr, fFlags, poffDisp, pSymbol);
1493 if (iSeg == RTDBGSEGIDX_ABS)
H A Ddbgmodcodeview.cpp730 iSeg = RTDBGSEGIDX_ABS;
780 iSeg = RTDBGSEGIDX_ABS;
1301 paDescs[i].iGroup = (uint16_t)RTDBGSEGIDX_ABS;
1922 rtDbgModCvAddCoffSymbol(pThis, RTDBGSEGIDX_ABS, Sym.Value, pszName);
/vbox/include/iprt/
H A Ddbg.h58 #define RTDBGSEGIDX_ABS UINT32_C(0xfffffff1) macro
60 #define RTDBGSEGIDX_SPECIAL_LAST RTDBGSEGIDX_ABS
1196 * @param iSeg The segment index. RTDBGSEGIDX_ABS is not allowed.
/vbox/src/VBox/Debugger/
H A DDBGPlugInCommonELFTmpl.cpp.h296 iSeg = RTDBGSEGIDX_ABS; /* absolute symbols are not subject to any relocation. */

Completed in 834 milliseconds