Searched refs:gen_load (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/libpcap/ |
| H A D | gencode.h | 315 struct arth *gen_load(compiler_state_t *, int, struct arth *, bpf_u_int32);
|
| H A D | grammar.y.in | 840 narth: pname '[' arth ']' { CHECK_PTR_VAL(($$ = gen_load(cstate, $1, $3, 1))); } 841 | pname '[' arth ':' NUM ']' { CHECK_PTR_VAL(($$ = gen_load(cstate, $1, $3, $5))); }
|
| H A D | gencode.c | 7982 gen_load(compiler_state_t *cstate, int proto, struct arth *inst, in gen_load() function
|