Searched refs:DISFormatYasmEx (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Disassembler/
H A DDisasm.cpp104 size_t cch = DISFormatYasmEx(pDis, pszOutput, cbOutput,
H A DDisasmFormatYasm.cpp287 DISDECL(size_t) DISFormatYasmEx(PCDISSTATE pDis, char *pszBuf, size_t cchBuf, uint32_t fFlags, function
1284 * This is a simplified version of DISFormatYasmEx() provided for your convenience.
1295 return DISFormatYasmEx(pDis, pszBuf, cchBuf, 0 /* fFlags */, NULL /* pfnGetSymbol */, NULL /* pvUser */);
/vbox/src/VBox/Runtime/testcase/
H A DtstLdr-3.cpp177 DISFormatYasmEx(&Cpu, szOutput, sizeof(szOutput),
/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-2.cpp95 size_t cch = DISFormatYasmEx(&pState->Dis, szTmp, sizeof(szTmp),
/vbox/include/VBox/
H A Ddis.h744 * For use with DISFormatYasmEx(), DISFormatMasmEx() and DISFormatGasEx().
789 /** @name Flags for use with DISFormatYasmEx(), DISFormatMasmEx() and DISFormatGasEx().
830 DISDECL(size_t) DISFormatYasmEx(PCDISSTATE pDis, char *pszBuf, size_t cchBuf, uint32_t fFlags, PFNDISGETSYMBOL pfnGetSymbol, void *pvUser);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFDisas.cpp582 DISFormatYasmEx(&State.Cpu, szBuf, sizeof(szBuf),
H A DVMMSwitcher.cpp986 DISFormatYasmEx(&Cpu, szDisas, sizeof(szDisas),

Completed in 56 milliseconds