Searched refs:compiler_state_t (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/libpcap/ |
| H A D | gencode.h | 312 typedef struct _compiler_state compiler_state_t; typedef 314 struct arth *gen_loadi(compiler_state_t *, bpf_u_int32); 315 struct arth *gen_load(compiler_state_t *, int, struct arth *, bpf_u_int32); 316 struct arth *gen_loadlen(compiler_state_t *); 317 struct arth *gen_neg(compiler_state_t *, struct arth *); 318 struct arth *gen_arth(compiler_state_t *, int, struct arth *, struct arth *); 324 struct block *gen_scode(compiler_state_t *, const char *, struct qual); 325 struct block *gen_ecode(compiler_state_t *, const char *, struct qual); 326 struct block *gen_acode(compiler_state_t *, const char *, struct qual); 327 struct block *gen_mcode(compiler_state_t *, const char *, const char *, [all …]
|
| H A D | gencode.c | 439 bpf_set_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_set_error() 464 static void PCAP_NORETURN bpf_error(compiler_state_t *, const char *, ...) 469 bpf_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_error() 484 static int init_linktype(compiler_state_t *, pcap_t *); 486 static void init_regs(compiler_state_t *); 487 static int alloc_reg(compiler_state_t *); 488 static void free_reg(compiler_state_t *, int); 490 static void initchunks(compiler_state_t *cstate); 491 static void *newchunk_nolongjmp(compiler_state_t *cstate, size_t); 492 static void *newchunk(compiler_state_t *cstate, size_t); [all …]
|
| H A D | scanner.l | 52 compiler_state_t *cstate); 148 static int stou(const char *, YYSTYPE *, compiler_state_t *); 491 compiler_state_t *cstate) 633 stou(const char *yytext_arg, YYSTYPE *yylval_arg, compiler_state_t *yyextra_arg) in stou()
|
| H A D | grammar.y.in | 45 %parse-param { compiler_state_t *cstate } 248 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg) 283 pfreason_to_num(compiler_state_t *cstate, const char *reason) 325 pfaction_to_num(compiler_state_t *cstate, const char *action)
|