Symbol: ZyanBool
headers/libs/zydis/Zycore/Bitset.h
249
ZYCORE_EXPORT ZyanStatus ZyanBitsetAssign(ZyanBitset* bitset, ZyanUSize index, ZyanBool value);
headers/libs/zydis/Zycore/Bitset.h
324
ZYCORE_EXPORT ZyanStatus ZyanBitsetPush(ZyanBitset* bitset, ZyanBool value);
headers/libs/zydis/Zycore/Comparison.h
102
ZyanBool name(const type* left, const type* right) \
headers/libs/zydis/Zycore/Comparison.h
192
ZYAN_INLINE ZYAN_DECLARE_EQUALITY_COMPARISON(ZyanEqualsBool, ZyanBool)
headers/libs/zydis/Zycore/Comparison.h
262
ZYAN_INLINE ZYAN_DECLARE_COMPARISON(ZyanCompareBool, ZyanBool)
headers/libs/zydis/Zycore/Comparison.h
55
typedef ZyanBool (*ZyanEqualityComparison)(const void* left, const void* right);
headers/libs/zydis/Zycore/Comparison.h
85
ZyanBool name(const type* left, const type* right) \
headers/libs/zydis/Zycore/Format.h
133
ZyanU8 padding_length, ZyanBool force_sign, const ZyanString* prefix);
headers/libs/zydis/Zycore/Format.h
153
ZyanU8 padding_length, ZyanBool uppercase);
headers/libs/zydis/Zycore/Format.h
175
ZyanU8 padding_length, ZyanBool uppercase, ZyanBool force_sign, const ZyanString* prefix);
headers/libs/zydis/Zycore/Format.h
237
ZyanU8 padding_length, ZyanBool force_sign, const ZyanStringView* prefix);
headers/libs/zydis/Zycore/Format.h
256
ZyanU8 padding_length, ZyanBool uppercase);
headers/libs/zydis/Zycore/Format.h
277
ZyanU8 padding_length, ZyanBool uppercase, ZyanBool force_sign, const ZyanStringView* prefix);
headers/libs/zydis/Zydis/Decoder.h
227
ZyanBool enabled);
headers/libs/zydis/Zydis/DecoderTypes.h
1015
ZyanBool is_static;
headers/libs/zydis/Zydis/DecoderTypes.h
1055
ZyanBool has_sae;
headers/libs/zydis/Zydis/DecoderTypes.h
1059
ZyanBool has_eviction_hint;
headers/libs/zydis/Zydis/DecoderTypes.h
1208
ZyanBool is_signed;
headers/libs/zydis/Zydis/DecoderTypes.h
1213
ZyanBool is_relative;
headers/libs/zydis/Zydis/DecoderTypes.h
1380
ZyanBool is_mod_reg;
headers/libs/zydis/Zydis/DecoderTypes.h
155
ZyanBool has_displacement;
headers/libs/zydis/Zydis/DecoderTypes.h
180
ZyanBool is_signed;
headers/libs/zydis/Zydis/DecoderTypes.h
185
ZyanBool is_relative;
headers/libs/zydis/Zydis/Formatter.h
781
ZyanBool force_memory_size;
headers/libs/zydis/Zydis/Formatter.h
785
ZyanBool force_memory_segment;
headers/libs/zydis/Zydis/Formatter.h
789
ZyanBool force_memory_scale;
headers/libs/zydis/Zydis/Formatter.h
793
ZyanBool force_relative_branches;
headers/libs/zydis/Zydis/Formatter.h
797
ZyanBool force_relative_riprel;
headers/libs/zydis/Zydis/Formatter.h
801
ZyanBool print_branch_size;
headers/libs/zydis/Zydis/Formatter.h
805
ZyanBool detailed_prefixes;
headers/libs/zydis/Zydis/Formatter.h
869
ZyanBool hex_uppercase;
headers/libs/zydis/Zydis/Formatter.h
873
ZyanBool hex_force_leading_number;
headers/libs/zydis/Zydis/FormatterBuffer.h
177
ZyanBool is_token_list;
headers/libs/zydis/Zydis/Internal/DecoderData.h
281
ZyanBool is_signed;
headers/libs/zydis/Zydis/Internal/DecoderData.h
285
ZyanBool is_relative;
headers/libs/zydis/Zydis/Internal/EncoderData.h
223
ZyanBool accepts_branch_hints;
headers/libs/zydis/Zydis/Internal/EncoderData.h
227
ZyanBool accepts_bound;
headers/libs/zydis/Zydis/Internal/SharedData.h
247
ZyanBool is_multisource4 ZYAN_BITFIELD(1);
headers/libs/zydis/Zydis/Internal/SharedData.h
248
ZyanBool ignore_seg_override ZYAN_BITFIELD(1);
headers/libs/zydis/Zydis/Internal/SharedData.h
729
ZyanBool requires_protected_mode ZYAN_BITFIELD( 1); \
headers/libs/zydis/Zydis/Internal/SharedData.h
730
ZyanBool no_compat_mode ZYAN_BITFIELD( 1); \
headers/libs/zydis/Zydis/Internal/SharedData.h
741
ZyanBool accepts_segment ZYAN_BITFIELD( 1)
headers/libs/zydis/Zydis/Internal/SharedData.h
747
ZyanBool requires_protected_mode ZYAN_BITFIELD( 1); \
headers/libs/zydis/Zydis/Internal/SharedData.h
748
ZyanBool no_compat_mode ZYAN_BITFIELD( 1); \
headers/libs/zydis/Zydis/Internal/SharedData.h
759
ZyanBool is_gather ZYAN_BITFIELD( 1); \
headers/libs/zydis/Zydis/Internal/SharedData.h
760
ZyanBool no_source_dest_match ZYAN_BITFIELD( 1); \
headers/libs/zydis/Zydis/Internal/SharedData.h
761
ZyanBool no_source_source_match ZYAN_BITFIELD( 1) // TODO: Could be moved to VEX
headers/libs/zydis/Zydis/Internal/SharedData.h
778
ZyanBool is_privileged ZYAN_BITFIELD( 1);
headers/libs/zydis/Zydis/Internal/SharedData.h
780
ZyanBool accepts_LOCK ZYAN_BITFIELD( 1);
headers/libs/zydis/Zydis/Internal/SharedData.h
782
ZyanBool accepts_REP ZYAN_BITFIELD( 1);
headers/libs/zydis/Zydis/Internal/SharedData.h
783
ZyanBool accepts_REPEREPZ ZYAN_BITFIELD( 1);
headers/libs/zydis/Zydis/Internal/SharedData.h
784
ZyanBool accepts_REPNEREPNZ ZYAN_BITFIELD( 1);
headers/libs/zydis/Zydis/Internal/SharedData.h
785
ZyanBool accepts_BOUND ZYAN_BITFIELD( 1);
headers/libs/zydis/Zydis/Internal/SharedData.h
786
ZyanBool accepts_XACQUIRE ZYAN_BITFIELD( 1);
headers/libs/zydis/Zydis/Internal/SharedData.h
787
ZyanBool accepts_XRELEASE ZYAN_BITFIELD( 1);
headers/libs/zydis/Zydis/Internal/SharedData.h
788
ZyanBool accepts_NOTRACK ZYAN_BITFIELD( 1);
headers/libs/zydis/Zydis/Internal/SharedData.h
789
ZyanBool accepts_hle_without_lock ZYAN_BITFIELD( 1);
headers/libs/zydis/Zydis/Internal/SharedData.h
790
ZyanBool accepts_branch_hints ZYAN_BITFIELD( 1);
headers/libs/zydis/Zydis/Internal/SharedData.h
850
ZyanBool accepts_zero_mask ZYAN_BITFIELD( 1);
headers/libs/zydis/Zydis/Internal/SharedData.h
875
ZyanBool has_element_granularity ZYAN_BITFIELD( 1);
headers/libs/zydis/Zydis/Internal/SharedData.h
972
ZYDIS_NO_EXPORT ZyanBool ZydisGetAccessedFlags(const ZydisInstructionDefinition* definition,
headers/libs/zydis/Zydis/Internal/String.h
364
ZyanU8 padding_length, ZyanBool force_sign, const ZyanStringView* prefix,
headers/libs/zydis/Zydis/Internal/String.h
410
ZyanBool force_leading_number, ZyanBool uppercase, const ZyanStringView* prefix,
headers/libs/zydis/Zydis/Internal/String.h
436
ZyanU8 padding_length, ZyanBool force_leading_number, ZyanBool uppercase, ZyanBool force_sign,
src/libs/zydis/Zycore/Bitset.c
301
ZyanStatus ZyanBitsetAssign(ZyanBitset* bitset, ZyanUSize index, ZyanBool value)
src/libs/zydis/Zycore/Bitset.c
407
ZyanStatus ZyanBitsetPush(ZyanBitset* bitset, ZyanBool value)
src/libs/zydis/Zycore/Format.c
184
ZyanBool uppercase)
src/libs/zydis/Zycore/Format.c
255
ZyanBool uppercase)
src/libs/zydis/Zycore/Format.c
439
ZyanBool force_sign, const ZyanStringView* prefix)
src/libs/zydis/Zycore/Format.c
465
ZyanBool uppercase)
src/libs/zydis/Zycore/Format.c
480
ZyanBool uppercase, ZyanBool force_sign, const ZyanStringView* prefix)
src/libs/zydis/Zycore/List.c
105
const ZyanBool is_dynamic = (list->allocator != ZYAN_NULL);
src/libs/zydis/Zycore/List.c
191
const ZyanBool is_dynamic = (list->allocator != ZYAN_NULL);
src/libs/zydis/Zycore/List.c
574
const ZyanBool is_dynamic = (list->allocator != ZYAN_NULL);
src/libs/zydis/Zycore/List.c
65
const ZyanBool is_dynamic = (list->allocator != ZYAN_NULL);
src/libs/zydis/Zydis/Decoder.c
3089
ZyanBool done = ZYAN_FALSE;
src/libs/zydis/Zydis/Decoder.c
4159
const ZyanBool is_64_bit = (instruction->machine_mode == ZYDIS_MACHINE_MODE_LONG_64);
src/libs/zydis/Zydis/Decoder.c
4160
const ZyanBool is_reg = context->reg_info.is_mod_reg;
src/libs/zydis/Zydis/Decoder.c
4161
const ZyanBool has_sib = !is_reg && (instruction->raw.modrm.rm == 4);
src/libs/zydis/Zydis/Decoder.c
4162
const ZyanBool has_vsib = has_sib && (def_rm == ZYDIS_MEMOP_TYPE_VSIB);
src/libs/zydis/Zydis/Decoder.c
4172
const ZyanBool is_emvex = (instruction->encoding == ZYDIS_INSTRUCTION_ENCODING_EVEX) ||
src/libs/zydis/Zydis/Decoder.c
4356
ZyanBool is_gather = ZYAN_FALSE;
src/libs/zydis/Zydis/Decoder.c
4357
ZyanBool no_source_dest_match = ZYAN_FALSE;
src/libs/zydis/Zydis/Decoder.c
4358
ZyanBool no_source_source_match = ZYAN_FALSE;
src/libs/zydis/Zydis/Decoder.c
4510
const ZyanBool is_reg = context->reg_info.is_mod_reg;
src/libs/zydis/Zydis/Decoder.c
4537
const ZyanBool is_rip_rel =
src/libs/zydis/Zydis/Decoder.c
4951
ZyanStatus ZydisDecoderEnableMode(ZydisDecoder* decoder, ZydisDecoderMode mode, ZyanBool enabled)
src/libs/zydis/Zydis/Decoder.c
788
ZydisDecodedInstruction* instruction, ZyanU8 id, ZyanU8 size, ZyanBool is_signed,
src/libs/zydis/Zydis/Decoder.c
789
ZyanBool is_relative)
src/libs/zydis/Zydis/Decoder.c
80
ZyanBool has_lock;
src/libs/zydis/Zydis/FormatterATT.c
164
ZyanBool decorate_operand;
src/libs/zydis/Zydis/FormatterATT.c
209
const ZyanBool absolute = !formatter->force_relative_riprel &&
src/libs/zydis/Zydis/FormatterATT.c
221
const ZyanBool should_print_reg = context->operand->mem.base != ZYDIS_REGISTER_NONE;
src/libs/zydis/Zydis/FormatterATT.c
222
const ZyanBool should_print_idx = context->operand->mem.index != ZYDIS_REGISTER_NONE;
src/libs/zydis/Zydis/FormatterATT.c
223
const ZyanBool neither_reg_nor_idx = !should_print_reg && !should_print_idx;
src/libs/zydis/Zydis/FormatterBase.c
206
const ZyanBool absolute = !formatter->force_relative_branches &&
src/libs/zydis/Zydis/FormatterBase.c
325
const ZyanBool is_signed =
src/libs/zydis/Zydis/FormatterBase.c
388
ZyanBool printed_segment = ZYAN_FALSE;
src/libs/zydis/Zydis/FormatterIntel.c
164
ZyanBool decorate_operand;
src/libs/zydis/Zydis/FormatterIntel.c
213
const ZyanBool absolute = !formatter->force_relative_riprel &&
src/libs/zydis/Zydis/FormatterIntel.c
225
const ZyanBool should_print_reg = context->operand->mem.base != ZYDIS_REGISTER_NONE;
src/libs/zydis/Zydis/FormatterIntel.c
226
const ZyanBool should_print_idx = context->operand->mem.index != ZYDIS_REGISTER_NONE;
src/libs/zydis/Zydis/FormatterIntel.c
227
const ZyanBool neither_reg_nor_idx = !should_print_reg && !should_print_idx;
src/libs/zydis/Zydis/SharedData.c
180
ZyanBool ZydisGetAccessedFlags(const ZydisInstructionDefinition* definition,
src/libs/zydis/Zydis/String.c
162
ZyanBool force_leading_number, ZyanBool uppercase)
src/libs/zydis/Zydis/String.c
235
ZyanBool force_leading_number, ZyanBool uppercase)
src/libs/zydis/Zydis/String.c
343
ZyanBool force_leading_number, ZyanBool uppercase, const ZyanStringView* prefix,