Searched refs:compiler_state_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/libpcap/
H A Dgencode.h287 typedef struct _compiler_state compiler_state_t; typedef in typeref:struct:_compiler_state
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 *, cons
[all...]
H A Dgencode.c434 bpf_set_error(compiler_state_t *cstate, const char *fmt, ...)
447 static void PCAP_NORETURN bpf_error(compiler_state_t *, const char *, ...)
452 bpf_error(compiler_state_t *cstate, const char *fmt, ...)
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 *cstat
[all...]
H A Dgrammar.y24 %parse-param { compiler_state_t *cstate }
222 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg)
229 pfreason_to_num(compiler_state_t *cstate, const char *reason)
243 pfaction_to_num(compiler_state_t *cstate, const char *action)
268 pfreason_to_num(compiler_state_t *cstate, const char *reason _U_)
275 pfaction_to_num(compiler_state_t *cstate, const char *action _U_)

Completed in 63 milliseconds