Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.h292 struct arth *gen_load(compiler_state_t *, int, struct arth *, int);
Dgrammar.y687 narth: pname '[' arth ']' { $$ = gen_load(cstate, $1, $3, 1); }
688 | pname '[' arth ':' NUM ']' { $$ = gen_load(cstate, $1, $3, $5); }
Dgrammar.c3073 { (yyval.a) = gen_load(cstate, (yyvsp[-3].i), (yyvsp[-1].a), 1); } in yyparse()
3079 { (yyval.a) = gen_load(cstate, (yyvsp[-5].i), (yyvsp[-3].a), (yyvsp[-1].i)); } in yyparse()
Dgencode.c6907 gen_load(compiler_state_t *cstate, int proto, struct arth *inst, int size) in gen_load() function
7712 gen_load(cstate, Q_LINK, gen_loadi(cstate, 0), 1), in gen_inbound()