Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic7xxx/aicasm/
Daicasm.c327 if (cur_instr->patch_label != NULL) { in back_patch()
331 if (cur_instr->patch_label->type != LABEL) { in back_patch()
336 cur_instr->patch_label->name); in back_patch()
342 address += cur_instr->patch_label->info.linfo->address; in back_patch()
Daicasm_insformat.h170 struct symbol *patch_label; member
Daicasm_gram.y1802 instr->patch_label = address->symbol; in format_3_instr()