Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm.c328 if (cur_instr->patch_label != NULL) { in back_patch()
332 if (cur_instr->patch_label->type != LABEL) { in back_patch()
337 cur_instr->patch_label->name); in back_patch()
343 address += cur_instr->patch_label->info.linfo->address; in back_patch()
H A Daicasm_insformat.h107 struct symbol *patch_label; member
H A Daicasm_gram.y1761 instr->patch_label = address->symbol; in format_3_instr()