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

/vbox/src/VBox/Disassembler/
H A DDisasmFormatYasm.cpp719 static const char s_szSegPrefix[6][4] = { "es:", "cs:", "ss:", "ds:", "fs:", "gs:" }; local
723 PUT_STR(s_szSegPrefix[pDis->idxSegPrefix], 3); \
735 PUT_STR(s_szSegPrefix[pDis->idxSegPrefix], 2);

Completed in 89 milliseconds