Searched refs:compiler_state_t (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/libpcap/ |
| D | gencode.h | 287 typedef struct _compiler_state compiler_state_t; typedef 289 struct arth *gen_loadi(compiler_state_t *, int); 290 struct arth *gen_load(compiler_state_t *, int, struct arth *, int); 291 struct arth *gen_loadlen(compiler_state_t *); 292 struct arth *gen_neg(compiler_state_t *, struct arth *); 293 struct arth *gen_arth(compiler_state_t *, int, struct arth *, struct arth *); 299 struct block *gen_scode(compiler_state_t *, const char *, struct qual); 300 struct block *gen_ecode(compiler_state_t *, const char *, struct qual); 301 struct block *gen_acode(compiler_state_t *, const char *, struct qual); 302 struct block *gen_mcode(compiler_state_t *, const char *, const char *, [all …]
|
| D | gencode.c | 434 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() 464 static int init_linktype(compiler_state_t *, pcap_t *); 466 static void init_regs(compiler_state_t *); 467 static int alloc_reg(compiler_state_t *); 468 static void free_reg(compiler_state_t *, int); 470 static void initchunks(compiler_state_t *cstate); 471 static void *newchunk_nolongjmp(compiler_state_t *cstate, size_t); 472 static void *newchunk(compiler_state_t *cstate, size_t); [all …]
|
| D | grammar.y | 24 %parse-param { compiler_state_t *cstate } 222 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg) in yyerror() 229 pfreason_to_num(compiler_state_t *cstate, const char *reason) in pfreason_to_num() 243 pfaction_to_num(compiler_state_t *cstate, const char *action) in pfaction_to_num() 268 pfreason_to_num(compiler_state_t *cstate, const char *reason _U_) in pfreason_to_num() 275 pfaction_to_num(compiler_state_t *cstate, const char *action _U_) in pfaction_to_num()
|