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 | 422 bpf_set_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_set_error() 447 static void PCAP_NORETURN bpf_error(compiler_state_t *, const char *, ...) 452 bpf_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_error() 467 static int init_linktype(compiler_state_t *, pcap_t *); 469 static void init_regs(compiler_state_t *); 470 static int alloc_reg(compiler_state_t *); 471 static void free_reg(compiler_state_t *, int); 473 static void initchunks(compiler_state_t *cstate); 474 static void *newchunk_nolongjmp(compiler_state_t *cstate, size_t); 475 static void *newchunk(compiler_state_t *cstate, size_t); [all …]
|
H A D | scanner.l | 52 compiler_state_t *cstate); 170 static int stou(const char *, YYSTYPE *, compiler_state_t *); 513 compiler_state_t *cstate) 655 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 } 261 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg) 296 pfreason_to_num(compiler_state_t *cstate, const char *reason) 338 pfaction_to_num(compiler_state_t *cstate, const char *action)
|