| gencode.h | 318 typedef struct _compiler_state compiler_state_t; typedef in typeref:struct:_compiler_state 320 struct arth *gen_loadi(compiler_state_t *, bpf_u_int32); 321 struct arth *gen_load(compiler_state_t *, int, struct arth *, bpf_u_int32); 322 struct arth *gen_loadlen(compiler_state_t *); 323 struct arth *gen_neg(compiler_state_t *, struct arth *); 324 struct arth *gen_arth(compiler_state_t *, int, struct arth *, struct arth *); 330 struct block *gen_scode(compiler_state_t *, const char *, struct qual); 331 struct block *gen_ecode(compiler_state_t *, const char *, struct qual); 332 struct block *gen_acode(compiler_state_t *, const char *, struct qual); 333 struct block *gen_mcode(compiler_state_t *, const char *, const char * [all...] |