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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodnm.cpp226 uint64_t u64Addr; local
228 rc = RTStrToUInt64Ex(szLine, &psz, 16, &u64Addr);
412 rc = RTDbgModSymbolAdd(pThis->hCnt, szSym, iSegSym, u64Addr - SegZeroRva, 0/*cb*/, fFlags, NULL);
414 rc = RTDbgModSymbolAdd(pThis->hCnt, szSym, iSegSym, u64Addr, 0/*cb*/, fFlags, NULL);
424 if (u64Low > u64Addr)
425 u64Low = u64Addr;
426 if (u64High < u64Addr)
427 u64High = u64Addr;
/vbox/src/VBox/Devices/VirtIO/
H A DVirtio.h67 uint64_t u64Addr; member in struct:VRingDesc

Completed in 51 milliseconds