Home
last modified time | relevance | path

Searched refs:macro_symbol (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_macro_gram.y61 static symbol_t *macro_symbol; variable
86 macro_symbol = $1;
90 if (macro_symbol->info.macroinfo->narg != $4) {
91 printf("Narg == %d", macro_symbol->info.macroinfo->narg);
96 macro_symbol = NULL;
131 if (macro_symbol == NULL || macro_symbol->type != MACRO) {
141 STAILQ_FOREACH(marg, &macro_symbol->info.macroinfo->args, links) {
H A Daicasm_scan.l517 expand_macro(struct symbol *macro_symbol)
530 body_head = macro_symbol->info.macroinfo->body;
537 next_substitution(macro_symbol, body_pos, &next_match,
559 STAILQ_FOREACH(marg, &macro_symbol->info.macroinfo->args, links) {
H A Daicasm.h87 void expand_macro(struct symbol *macro_symbol);