Home
last modified time | relevance | path

Searched refs:func_pre_operand (Results 1 – 20 of 20) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/zydis/Zydis/
H A DFormatter.c368 ZYAN_ASSERT(test == (ZyanUPointer*)&formatter->func_pre_operand ); break; in ZydisFormatterSetHook()
489 if (formatter->func_pre_operand) in ZydisFormatterFormatOperandEx()
491 ZYAN_CHECK(formatter->func_pre_operand(formatter, &formatter_buffer, &context)); in ZydisFormatterFormatOperandEx()
605 if (formatter->func_pre_operand) in ZydisFormatterTokenizeOperandEx()
607 ZYAN_CHECK(formatter->func_pre_operand(formatter, &formatter_buffer, &context)); in ZydisFormatterTokenizeOperandEx()
H A DFormatterATT.c90 if (formatter->func_pre_operand) in ZydisFormatterATTFormatInstruction()
92 status = formatter->func_pre_operand(formatter, buffer, context); in ZydisFormatterATTFormatInstruction()
H A DFormatterIntel.c87 if (formatter->func_pre_operand) in ZydisFormatterIntelFormatInstruction()
89 status = formatter->func_pre_operand(formatter, buffer, context); in ZydisFormatterIntelFormatInstruction()
H A DFormatter.h876 ZydisFormatterFunc func_pre_operand; member
/dports/devel/zydis/zydis-3.1.0/src/
H A DFormatter.c368 ZYAN_ASSERT(test == (ZyanUPointer*)&formatter->func_pre_operand ); break; in ZydisFormatterSetHook()
489 if (formatter->func_pre_operand) in ZydisFormatterFormatOperandEx()
491 ZYAN_CHECK(formatter->func_pre_operand(formatter, &formatter_buffer, &context)); in ZydisFormatterFormatOperandEx()
605 if (formatter->func_pre_operand) in ZydisFormatterTokenizeOperandEx()
607 ZYAN_CHECK(formatter->func_pre_operand(formatter, &formatter_buffer, &context)); in ZydisFormatterTokenizeOperandEx()
H A DFormatterATT.c90 if (formatter->func_pre_operand) in ZydisFormatterATTFormatInstruction()
92 status = formatter->func_pre_operand(formatter, buffer, context); in ZydisFormatterATTFormatInstruction()
H A DFormatterIntel.c87 if (formatter->func_pre_operand) in ZydisFormatterIntelFormatInstruction()
89 status = formatter->func_pre_operand(formatter, buffer, context); in ZydisFormatterIntelFormatInstruction()
/dports/www/firefox/firefox-99.0/js/src/zydis/Zydis/
H A DFormatter.c368 ZYAN_ASSERT(test == (ZyanUPointer*)&formatter->func_pre_operand ); break; in ZydisFormatterSetHook()
489 if (formatter->func_pre_operand) in ZydisFormatterFormatOperandEx()
491 ZYAN_CHECK(formatter->func_pre_operand(formatter, &formatter_buffer, &context)); in ZydisFormatterFormatOperandEx()
605 if (formatter->func_pre_operand) in ZydisFormatterTokenizeOperandEx()
607 ZYAN_CHECK(formatter->func_pre_operand(formatter, &formatter_buffer, &context)); in ZydisFormatterTokenizeOperandEx()
H A DFormatterATT.c90 if (formatter->func_pre_operand) in ZydisFormatterATTFormatInstruction()
92 status = formatter->func_pre_operand(formatter, buffer, context); in ZydisFormatterATTFormatInstruction()
H A DFormatterIntel.c87 if (formatter->func_pre_operand) in ZydisFormatterIntelFormatInstruction()
89 status = formatter->func_pre_operand(formatter, buffer, context); in ZydisFormatterIntelFormatInstruction()
H A DFormatter.h876 ZydisFormatterFunc func_pre_operand; member
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/zydis/Zydis/
H A DFormatter.c368 ZYAN_ASSERT(test == (ZyanUPointer*)&formatter->func_pre_operand ); break; in ZydisFormatterSetHook()
489 if (formatter->func_pre_operand) in ZydisFormatterFormatOperandEx()
491 ZYAN_CHECK(formatter->func_pre_operand(formatter, &formatter_buffer, &context)); in ZydisFormatterFormatOperandEx()
605 if (formatter->func_pre_operand) in ZydisFormatterTokenizeOperandEx()
607 ZYAN_CHECK(formatter->func_pre_operand(formatter, &formatter_buffer, &context)); in ZydisFormatterTokenizeOperandEx()
H A DFormatterATT.c90 if (formatter->func_pre_operand) in ZydisFormatterATTFormatInstruction()
92 status = formatter->func_pre_operand(formatter, buffer, context); in ZydisFormatterATTFormatInstruction()
H A DFormatterIntel.c87 if (formatter->func_pre_operand) in ZydisFormatterIntelFormatInstruction()
89 status = formatter->func_pre_operand(formatter, buffer, context); in ZydisFormatterIntelFormatInstruction()
H A DFormatter.h876 ZydisFormatterFunc func_pre_operand; member
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/zydis/Zydis/
H A DFormatter.c368 ZYAN_ASSERT(test == (ZyanUPointer*)&formatter->func_pre_operand ); break; in ZydisFormatterSetHook()
489 if (formatter->func_pre_operand) in ZydisFormatterFormatOperandEx()
491 ZYAN_CHECK(formatter->func_pre_operand(formatter, &formatter_buffer, &context)); in ZydisFormatterFormatOperandEx()
605 if (formatter->func_pre_operand) in ZydisFormatterTokenizeOperandEx()
607 ZYAN_CHECK(formatter->func_pre_operand(formatter, &formatter_buffer, &context)); in ZydisFormatterTokenizeOperandEx()
H A DFormatterATT.c90 if (formatter->func_pre_operand) in ZydisFormatterATTFormatInstruction()
92 status = formatter->func_pre_operand(formatter, buffer, context); in ZydisFormatterATTFormatInstruction()
H A DFormatterIntel.c87 if (formatter->func_pre_operand) in ZydisFormatterIntelFormatInstruction()
89 status = formatter->func_pre_operand(formatter, buffer, context); in ZydisFormatterIntelFormatInstruction()
H A DFormatter.h876 ZydisFormatterFunc func_pre_operand; member
/dports/devel/zydis/zydis-3.1.0/include/Zydis/
H A DFormatter.h876 ZydisFormatterFunc func_pre_operand; member