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

/external/libpcap/
H A Dgencode.h289 struct arth *gen_load(compiler_state_t *, int, struct arth *, int);
H A Dgrammar.y672 narth: pname '[' arth ']' { $$ = gen_load(cstate, $1, $3, 1); }
673 | pname '[' arth ':' NUM ']' { $$ = gen_load(cstate, $1, $3, $5); }
H A Dgrammar.c3056 { (yyval.a) = gen_load(cstate, (yyvsp[-3].i), (yyvsp[-1].a), 1); }
3062 { (yyval.a) = gen_load(cstate, (yyvsp[-5].i), (yyvsp[-3].a), (yyvsp[-1].i)); }
H A Dgencode.c6795 gen_load(compiler_state_t *cstate, int proto, struct arth *inst, int size) function
7553 gen_load(cstate, Q_LINK, gen_loadi(cstate, 0), 1),

Completed in 170 milliseconds