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

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

Completed in 56 milliseconds