Searched refs:compiler_state_t (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/libpcap/ |
H A D | gencode.h | 300 typedef struct _compiler_state compiler_state_t; typedef 302 struct arth *gen_loadi(compiler_state_t *, bpf_u_int32); 303 struct arth *gen_load(compiler_state_t *, int, struct arth *, bpf_u_int32); 304 struct arth *gen_loadlen(compiler_state_t *); 305 struct arth *gen_neg(compiler_state_t *, struct arth *); 306 struct arth *gen_arth(compiler_state_t *, int, struct arth *, struct arth *); 312 struct block *gen_scode(compiler_state_t *, const char *, struct qual); 313 struct block *gen_ecode(compiler_state_t *, const char *, struct qual); 314 struct block *gen_acode(compiler_state_t *, const char *, struct qual); 315 struct block *gen_mcode(compiler_state_t *, const char *, const char *, [all …]
|
H A D | gencode.c | 443 bpf_set_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_set_error() 468 static void PCAP_NORETURN bpf_error(compiler_state_t *, const char *, ...) 473 bpf_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_error() 485 static int init_linktype(compiler_state_t *, pcap_t *); 487 static void init_regs(compiler_state_t *); 488 static int alloc_reg(compiler_state_t *); 489 static void free_reg(compiler_state_t *, int); 491 static void initchunks(compiler_state_t *cstate); 492 static void *newchunk_nolongjmp(compiler_state_t *cstate, size_t); 493 static void *newchunk(compiler_state_t *cstate, size_t); [all …]
|
H A D | grammar.y | 45 %parse-param { compiler_state_t *cstate } 257 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg) in yyerror() 264 pfreason_to_num(compiler_state_t *cstate, const char *reason) in pfreason_to_num() 278 pfaction_to_num(compiler_state_t *cstate, const char *action) in pfaction_to_num() 303 pfreason_to_num(compiler_state_t *cstate, const char *reason _U_) in pfreason_to_num() 310 pfaction_to_num(compiler_state_t *cstate, const char *action _U_) in pfaction_to_num()
|
H A D | scanner.l | 149 static int stou(char *, YYSTYPE *, compiler_state_t *); 499 stou(char *yytext_arg, YYSTYPE *yylval_arg, compiler_state_t *yyextra_arg)
|