Symbol: ZYAN_NULL
headers/libs/zydis/Zycore/List.h
140
/* allocator */ ZYAN_NULL, \
headers/libs/zydis/Zycore/List.h
143
/* head */ ZYAN_NULL, \
headers/libs/zydis/Zycore/List.h
144
/* destructor */ ZYAN_NULL, \
headers/libs/zydis/Zycore/List.h
145
/* tail */ ZYAN_NULL, \
headers/libs/zydis/Zycore/List.h
146
/* buffer */ ZYAN_NULL, \
headers/libs/zydis/Zycore/List.h
148
/* first_unused */ ZYAN_NULL \
headers/libs/zydis/Zycore/String.h
182
/* allocator */ ZYAN_NULL, \
headers/libs/zydis/Zycore/String.h
188
/* destructor */ ZYAN_NULL, \
headers/libs/zydis/Zycore/Vector.h
124
/* allocator */ ZYAN_NULL, \
headers/libs/zydis/Zycore/Vector.h
130
/* destructor */ ZYAN_NULL, \
headers/libs/zydis/Zycore/Vector.h
131
/* data */ ZYAN_NULL \
headers/libs/zydis/Zydis/Internal/FormatterATT.h
126
/* string */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterATT.h
132
/* string */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterATT.h
148
/* string */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterATT.h
154
/* func_pre_instruction */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterATT.h
155
/* func_post_instruction */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterATT.h
157
/* func_pre_operand */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterATT.h
158
/* func_post_operand */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterATT.h
169
/* func_print_typecast */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterIntel.h
125
/* string */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterIntel.h
131
/* string */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterIntel.h
147
/* string */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterIntel.h
153
/* func_pre_instruction */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterIntel.h
154
/* func_post_instruction */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterIntel.h
156
/* func_pre_operand */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterIntel.h
157
/* func_post_operand */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterIntel.h
214
/* string */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterIntel.h
220
/* string */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterIntel.h
229
/* string */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterIntel.h
242
/* func_pre_instruction */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterIntel.h
243
/* func_post_instruction */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterIntel.h
245
/* func_pre_operand */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/FormatterIntel.h
246
/* func_post_operand */ ZYAN_NULL,
headers/libs/zydis/Zydis/Internal/String.h
378
(const ZyanStringView*)ZYAN_NULL, suffix);
headers/libs/zydis/Zydis/Internal/String.h
450
force_leading_number, uppercase, (const ZyanStringView*)ZYAN_NULL, suffix);
src/add-ons/kernel/debugger/disasm/x86/disasm_arch.cpp
93
(ZydisDecoderContext*)ZYAN_NULL, buffer, sizeof(buffer), &instruction))) {
src/kits/debugger/arch/x86/disasm/DisassemblerX86.cpp
151
(ZydisDecoderContext*)ZYAN_NULL, buffer, fCodeSize - fZydisData->offset,
src/kits/debugger/arch/x86_64/disasm/DisassemblerX8664.cpp
159
(ZydisDecoderContext*)ZYAN_NULL, buffer, fCodeSize - fZydisData->offset,
src/libs/zydis/Zycore/Bitset.c
153
ZYAN_CHECK(ZyanVectorInitEx(&bitset->bits, sizeof(ZyanU8), bytes, ZYAN_NULL, allocator,
src/libs/zydis/Zycore/Bitset.c
176
ZYAN_NULL));
src/libs/zydis/Zycore/Format.c
217
char* buffer = ZYAN_NULL;
src/libs/zydis/Zycore/Format.c
288
char* buffer = ZYAN_NULL;
src/libs/zydis/Zycore/List.c
105
const ZyanBool is_dynamic = (list->allocator != ZYAN_NULL);
src/libs/zydis/Zycore/List.c
152
list->head = ZYAN_NULL;
src/libs/zydis/Zycore/List.c
153
list->tail = ZYAN_NULL;
src/libs/zydis/Zycore/List.c
154
list->buffer = ZYAN_NULL;
src/libs/zydis/Zycore/List.c
156
list->first_unused = ZYAN_NULL;
src/libs/zydis/Zycore/List.c
169
list->allocator = ZYAN_NULL;
src/libs/zydis/Zycore/List.c
173
list->head = ZYAN_NULL;
src/libs/zydis/Zycore/List.c
174
list->tail = ZYAN_NULL;
src/libs/zydis/Zycore/List.c
177
list->first_unused = ZYAN_NULL;
src/libs/zydis/Zycore/List.c
191
const ZyanBool is_dynamic = (list->allocator != ZYAN_NULL);
src/libs/zydis/Zycore/List.c
192
ZyanListNode* node = (is_dynamic || list->destructor) ? list->head : ZYAN_NULL;
src/libs/zydis/Zycore/List.c
276
return ZYAN_NULL;
src/libs/zydis/Zycore/List.c
298
return ZYAN_NULL;
src/libs/zydis/Zycore/List.c
348
node->next = ZYAN_NULL;
src/libs/zydis/Zycore/List.c
375
node->prev = ZYAN_NULL;
src/libs/zydis/Zycore/List.c
404
node->next = ZYAN_NULL;
src/libs/zydis/Zycore/List.c
435
node->prev = ZYAN_NULL;
src/libs/zydis/Zycore/List.c
483
list->tail->next = ZYAN_NULL;
src/libs/zydis/Zycore/List.c
515
list->head->prev = ZYAN_NULL;
src/libs/zydis/Zycore/List.c
543
return ZyanListResizeEx(list, 0, ZYAN_NULL);
src/libs/zydis/Zycore/List.c
558
return ZyanListResizeEx(list, size, ZYAN_NULL);
src/libs/zydis/Zycore/List.c
574
const ZyanBool is_dynamic = (list->allocator != ZYAN_NULL);
src/libs/zydis/Zycore/List.c
575
ZyanListNode* node = (is_dynamic || list->destructor) ? list->head : ZYAN_NULL;
src/libs/zydis/Zycore/List.c
597
list->first_unused = ZYAN_NULL;
src/libs/zydis/Zycore/List.c
609
node->next = ZYAN_NULL;
src/libs/zydis/Zycore/List.c
643
list->tail->next = ZYAN_NULL;
src/libs/zydis/Zycore/List.c
65
const ZyanBool is_dynamic = (list->allocator != ZYAN_NULL);
src/libs/zydis/Zycore/String.c
74
ZYAN_CHECK(ZyanVectorInitEx(&string->vector, sizeof(char), capacity, ZYAN_NULL, allocator,
src/libs/zydis/Zycore/String.c
95
ZYAN_NULL));
src/libs/zydis/Zycore/Vector.c
210
vector->data = ZYAN_NULL;
src/libs/zydis/Zycore/Vector.c
224
vector->allocator = ZYAN_NULL;
src/libs/zydis/Zycore/Vector.c
261
vector->data = ZYAN_NULL;
src/libs/zydis/Zycore/Vector.c
334
return ZYAN_NULL;
src/libs/zydis/Zycore/Vector.c
347
return ZYAN_NULL;
src/libs/zydis/Zycore/Vector.c
635
return ZyanVectorResizeEx(vector, 0, ZYAN_NULL);
src/libs/zydis/Zycore/Vector.c
749
return ZyanVectorResizeEx(vector, size, ZYAN_NULL);
src/libs/zydis/Zydis/Decoder.c
4681
const ZydisDecoderTreeNode* temp = ZYAN_NULL;
src/libs/zydis/Zydis/Decoder.c
4694
temp = ZYAN_NULL;
src/libs/zydis/Zydis/Disassembler.c
80
sizeof(instruction->text), runtime_address, ZYAN_NULL));
src/libs/zydis/Zydis/Formatter.c
101
buffer->string.vector.destructor = ZYAN_NULL;
src/libs/zydis/Zydis/Formatter.c
374
formatter->number_format[base][index].string = ZYAN_NULL;
src/libs/zydis/Zydis/Formatter.c
473
context.operand = ZYAN_NULL;
src/libs/zydis/Zydis/Formatter.c
505
context.operands = ZYAN_NULL;
src/libs/zydis/Zydis/Formatter.c
569
context.operand = ZYAN_NULL;
src/libs/zydis/Zydis/Formatter.c
612
context.operands = ZYAN_NULL;
src/libs/zydis/Zydis/Formatter.c
68
buffer->string.vector.allocator = ZYAN_NULL;
src/libs/zydis/Zydis/Formatter.c
71
buffer->string.vector.destructor = ZYAN_NULL;
src/libs/zydis/Zydis/Formatter.c
98
buffer->string.vector.allocator = ZYAN_NULL;
src/libs/zydis/Zydis/FormatterATT.c
259
ZYAN_NULL, ZYAN_NULL));
src/libs/zydis/Zydis/FormatterBase.c
486
ZYAN_NULL, ZYAN_NULL));
src/libs/zydis/Zydis/FormatterIntel.c
250
ZYAN_NULL, ZYAN_NULL));
src/libs/zydis/Zydis/MetaInfo.c
46
return ZYAN_NULL;
src/libs/zydis/Zydis/MetaInfo.c
55
return ZYAN_NULL;
src/libs/zydis/Zydis/MetaInfo.c
64
return ZYAN_NULL;
src/libs/zydis/Zydis/Mnemonic.c
38
return ZYAN_NULL;
src/libs/zydis/Zydis/Mnemonic.c
47
return ZYAN_NULL;
src/libs/zydis/Zydis/Register.c
266
return ZYAN_NULL;
src/libs/zydis/Zydis/Register.c
276
return ZYAN_NULL;
src/libs/zydis/Zydis/SharedData.c
116
return ZYAN_NULL;
src/libs/zydis/Zydis/String.c
192
char* buffer = ZYAN_NULL;
src/libs/zydis/Zydis/String.c
265
char* buffer = ZYAN_NULL;