instructions
instructions();
void instructions(void);
instructions();
void instructions(void);
void instructions(void);
instructions();
.instructions = nist_decap_instruction_state_machine,
return p->tctx->instructions;
return p->tctx->instructions;
const struct line_spec *instructions;
#define CODEPATCH_CODE(symbol, instructions...) \
symbol: instructions; \
#define CODEPATCH_CODE_LEN(symbol, instructions...) \
CODEPATCH_CODE(symbol, instructions); \
p = reallocarray(instructions, newsize, sizeof(*p));
free(instructions);
instructions = p;
instructions[current].index = CONST_STRING;
instructions[current].u.cstr = str;
instructions[current].index = ALLOC_STRING;
instructions[current].u.astr = strdup(str);
if (instructions[current].u.astr == NULL)
instructions[current++].index = arg;
instructions[current++].index = arg;
if (instructions[i].index >= 0) {
while (instructions[i].index != END_NODE &&
instructions[i].index != i) {
emit(instructions[i].index, level + 1);
} else if (instructions[i].index != END_NODE)
fputs(instructions[i].u.cstr, stdout);
printf("]s%s\n", instructions[node].u.cstr);
if (instructions[i].index == ALLOC_STRING)
free(instructions[i].u.astr);
static struct tree *instructions = NULL;