Searched refs:DISInstrToStrWithReader (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Disassembler/ |
H A D | Disasm.cpp | 69 DISDECL(int) DISInstrToStrWithReader(RTUINTPTR uInstrAddr, DISCPUMODE enmCpuMode, PFNDISREADBYTES pfnReadBytes, void *pvUser, function
|
/vbox/src/VBox/Disassembler/testcase/ |
H A D | tstDisasm-2.cpp | 287 int rc = DISInstrToStrWithReader(State.uAddress, enmCpuMode, MyDisasInstrRead, &State,
|
/vbox/include/VBox/ |
H A D | dis.h | 650 DISDECL(int) DISInstrToStrWithReader(RTUINTPTR uInstrAddr, DISCPUMODE enmCpuMode, PFNDISREADBYTES pfnReadBytes, void *pvUser,
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | CPUM.cpp | 2075 rc = DISInstrToStrWithReader(GCPtrPC, enmDisCpuMode, cpumR3DisasInstrRead, &State,
|
H A D | PATM.cpp | 677 return RT_SUCCESS(DISInstrToStrWithReader(InstrGCPtr32,
|
Completed in 75 milliseconds