Lines Matching refs:PDISSTATE
536 typedef DECLCALLBACK(int) FNDISREADBYTES(PDISSTATE pDis, uint8_t offInstr, uint8_t cbMinRead, uint8_t cbMaxRead);
543 typedef size_t FNDISPARSE(size_t offInstr, PCDISOPCODE pOp, PDISSTATE pDis, PDISOPPARAM pParam);
649 PDISSTATE pDis, uint32_t *pcbInstr, char *pszOutput, size_t cbOutput);
651 PDISSTATE pDis, uint32_t *pcbInstr, char *pszOutput, size_t cbOutput);
654 PDISSTATE pDis, uint32_t *pcbInstr, char *pszOutput, size_t cbOutput);
656 DISDECL(int) DISInstr(void const *pvInstr, DISCPUMODE enmCpuMode, PDISSTATE pDis, uint32_t *pcbInstr);
658 PDISSTATE pDis, uint32_t *pcbInstr);
661 PDISSTATE pDis, uint32_t *pcbInstr);
665 PDISSTATE pDis, uint32_t *pcbInstr);
839 DISDECL(bool) DISFormatYasmIsOddEncoding(PDISSTATE pDis);