Searched refs:DISInstrToStrEx (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Disassembler/
H A DDisasm.cpp48 return DISInstrToStrEx((uintptr_t)pvInstr, enmCpuMode, NULL, NULL, DISOPTYPE_ALL,
73 return DISInstrToStrEx(uInstrAddr, enmCpuMode, pfnReadBytes, pvUser, DISOPTYPE_ALL,
93 DISDECL(int) DISInstrToStrEx(RTUINTPTR uInstrAddr, DISCPUMODE enmCpuMode, function
/vbox/include/VBox/
H A Ddis.h652 DISDECL(int) DISInstrToStrEx(RTUINTPTR uInstrAddr, DISCPUMODE enmCpuMode,
/vbox/src/VBox/VMM/VMMR3/
H A DCSAM.cpp814 return DISInstrToStrEx(InstrGC, enmCpuMode, csamR3ReadBytes, &DisInfo, DISOPTYPE_ALL,
819 return DISInstrToStrEx(InstrGC, enmCpuMode, csamR3ReadBytes, &DisInfo,
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-core.cpp2157 int rcDis = DISInstrToStrEx(pThis->InCtx.rip,

Completed in 1668 milliseconds