Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c143 struct symbol *labelsym; member
462 s->labelsym); in stor_op_name()
550 stor->labelsym = sym; in new_labelsym()
1716 struct storage *labelsym, *label; in emit_switch_statement() local
1744 labelsym = new_labelsym(sym); in emit_switch_statement()
1745 insn("je", labelsym, NULL, NULL); in emit_switch_statement()
1767 labelsym = new_labelsym(sym); in emit_switch_statement()
1768 insn("jmp", labelsym, NULL, NULL); in emit_switch_statement()
1776 labelsym = new_labelsym(default_sym); in emit_switch_statement()
1777 insn("jmp", labelsym, NULL, "default"); in emit_switch_statement()
[all …]