Home
last modified time | relevance | path

Searched refs:cur_ip (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Dbpf_jit_machdep.c70 stream->cur_ip += len; in emit_length()
82 stream->ibuf[stream->cur_ip] = (u_char)value; in emit_code()
83 stream->cur_ip++; in emit_code()
87 *((u_short *)(void *)(stream->ibuf + stream->cur_ip)) = in emit_code()
89 stream->cur_ip += 2; in emit_code()
93 *((u_int *)(void *)(stream->ibuf + stream->cur_ip)) = value; in emit_code()
94 stream->cur_ip += 4; in emit_code()
603 *size = stream.cur_ip; in bpf_jit_compile()
626 stream.cur_ip = 0; in bpf_jit_compile()
H A Dbpf_jit_machdep.h103 int cur_ip; member
/f-stack/freebsd/i386/i386/
H A Dbpf_jit_machdep.c70 stream->cur_ip += len; in emit_length()
82 stream->ibuf[stream->cur_ip] = (u_char)value; in emit_code()
83 stream->cur_ip++; in emit_code()
87 *((u_short *)(void *)(stream->ibuf + stream->cur_ip)) = in emit_code()
89 stream->cur_ip += 2; in emit_code()
93 *((u_int *)(void *)(stream->ibuf + stream->cur_ip)) = value; in emit_code()
94 stream->cur_ip += 4; in emit_code()
633 *size = stream.cur_ip; in bpf_jit_compile()
656 stream.cur_ip = 0; in bpf_jit_compile()
H A Dbpf_jit_machdep.h78 int cur_ip; member