Searched refs:ZydisShortString (Results 1 – 12 of 12) sorted by relevance
3 static const ZydisShortString STR_ADD = ZYDIS_MAKE_SHORTSTRING("+");12 static const ZydisShortString STR_ADDR_RELATIVE = ZYDIS_MAKE_SHORTSTRING("$");21 static const ZydisShortString STR_DECO_1TO2 = ZYDIS_MAKE_SHORTSTRING(" {1to2}");30 static const ZydisShortString STR_DECO_1TO4 = ZYDIS_MAKE_SHORTSTRING(" {1to4}");39 static const ZydisShortString STR_DECO_1TO8 = ZYDIS_MAKE_SHORTSTRING(" {1to8}");48 static const ZydisShortString STR_DECO_1TO16 = ZYDIS_MAKE_SHORTSTRING(" {1to16}");57 static const ZydisShortString STR_DECO_1TO32 = ZYDIS_MAKE_SHORTSTRING(" {1to32}");66 static const ZydisShortString STR_DECO_1TO64 = ZYDIS_MAKE_SHORTSTRING(" {1to64}");75 static const ZydisShortString STR_DECO_4TO8 = ZYDIS_MAKE_SHORTSTRING(" {4to8}");84 static const ZydisShortString STR_DECO_4TO16 = ZYDIS_MAKE_SHORTSTRING(" {4to16}");[all …]
1 static const ZydisShortString STR_REGISTERS[] =
1 static const ZydisShortString STR_MNEMONIC[] =
232 const ZydisShortString* source) in ZydisStringAppendShort()263 const ZydisShortString* source, ZydisLetterCase letter_case) in ZydisStringAppendShortCase()367 static const ZydisShortString str_add = ZYDIS_MAKE_SHORTSTRING("+"); in ZydisStringAppendDecS()368 static const ZydisShortString str_sub = ZYDIS_MAKE_SHORTSTRING("-"); in ZydisStringAppendDecS()439 static const ZydisShortString str_add = ZYDIS_MAKE_SHORTSTRING("+"); in ZydisStringAppendHexS()440 static const ZydisShortString str_sub = ZYDIS_MAKE_SHORTSTRING("-"); in ZydisStringAppendHexS()
76 ZYDIS_EXPORT const ZydisShortString* ZydisMnemonicGetStringWrapped(ZydisMnemonic mnemonic);
69 } ZydisShortString; typedef
308 ZYDIS_EXPORT const ZydisShortString* ZydisRegisterGetStringWrapped(ZydisRegister reg);
43 const ZydisShortString* ZydisMnemonicGetStringWrapped(ZydisMnemonic mnemonic) in ZydisMnemonicGetStringWrapped()
272 const ZydisShortString* ZydisRegisterGetStringWrapped(ZydisRegister reg) in ZydisRegisterGetStringWrapped()
283 const ZydisShortString* mnemonic = ZydisMnemonicGetStringWrapped( in ZydisFormatterATTPrintMnemonic()356 const ZydisShortString* str = ZydisRegisterGetStringWrapped(reg); in ZydisFormatterATTPrintRegister()
273 const ZydisShortString* mnemonic = ZydisMnemonicGetStringWrapped( in ZydisFormatterIntelPrintMnemonic()316 const ZydisShortString* str = ZydisRegisterGetStringWrapped(reg); in ZydisFormatterIntelPrintRegister()
36 static const ZydisShortString* const STR_PREF_REX[16] =