Searched refs:DISInstrToStr (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Disassembler/ |
H A D | Disasm.cpp | 45 DISDECL(int) DISInstrToStr(void const *pvInstr, DISCPUMODE enmCpuMode, PDISSTATE pDis, uint32_t *pcbInstr, function
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstLdr-2.cpp | 49 if (RT_FAILURE(DISInstrToStr(pbCodeBlock + i, DISCPUMODE_32BIT, &Cpu, &cbInstr, szOutput, sizeof(szOutput))))
|
/vbox/src/VBox/Disassembler/testcase/ |
H A D | tstDisasm-1.cpp | 47 int rc = DISInstrToStr(&pabInstrs[off], enmDisCpuMode, &Dis, &cb, szOutput, sizeof(szOutput));
|
/vbox/include/VBox/ |
H A D | dis.h | 648 DISDECL(int) DISInstrToStr(void const *pvInstr, DISCPUMODE enmCpuMode,
|
/vbox/src/recompiler/ |
H A D | VBoxREMWrapper.cpp | 1236 { "DISInstrToStr", VMM_FN(DISInstrToStr), &g_aArgsDISInstrToStr[0], RT_ELEMENTS(g_aArgsDISInstrToStr), REMFNDESC_FLAGS_RET_INT, sizeof(bool), NULL },
|
H A D | VBoxRecompiler.c | 4101 int rc = DISInstrToStr((uint8_t const *)pvCode + off, enmCpuMode,
|
Completed in 1788 milliseconds