Searched refs:gen_load (Results 1 – 4 of 4) sorted by relevance
/external/libpcap/ |
D | gencode.h | 292 struct arth *gen_load(compiler_state_t *, int, struct arth *, int);
|
D | grammar.y | 687 narth: pname '[' arth ']' { $$ = gen_load(cstate, $1, $3, 1); } 688 | pname '[' arth ':' NUM ']' { $$ = gen_load(cstate, $1, $3, $5); }
|
D | grammar.c | 3073 { (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()
|
D | gencode.c | 6907 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()
|