Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c2111 struct storage *direct_stor = new_storage(STOR_SYM); in x86_call_expression() local
2112 direct_stor->flags |= STOR_WANTS_FREE; in x86_call_expression()
2113 direct_stor->sym = direct; in x86_call_expression()
2114 insn("call", direct_stor, NULL, NULL); in x86_call_expression()