Searched refs:DISInstrToStrWithReader (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Disassembler/
H A DDisasm.cpp69 DISDECL(int) DISInstrToStrWithReader(RTUINTPTR uInstrAddr, DISCPUMODE enmCpuMode, PFNDISREADBYTES pfnReadBytes, void *pvUser, function
/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-2.cpp287 int rc = DISInstrToStrWithReader(State.uAddress, enmCpuMode, MyDisasInstrRead, &State,
/vbox/include/VBox/
H A Ddis.h650 DISDECL(int) DISInstrToStrWithReader(RTUINTPTR uInstrAddr, DISCPUMODE enmCpuMode, PFNDISREADBYTES pfnReadBytes, void *pvUser,
/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp2075 rc = DISInstrToStrWithReader(GCPtrPC, enmDisCpuMode, cpumR3DisasInstrRead, &State,
H A DPATM.cpp677 return RT_SUCCESS(DISInstrToStrWithReader(InstrGCPtr32,

Completed in 75 milliseconds