Searched refs:out_offset (Results 1 – 3 of 3) sorted by relevance
84 goto out_offset; in bpf_int_jit_compile()89 goto out_offset; in bpf_int_jit_compile()106 goto out_offset; in bpf_int_jit_compile()124 goto out_offset; in bpf_int_jit_compile()141 goto out_offset; in bpf_int_jit_compile()152 goto out_offset; in bpf_int_jit_compile()170 out_offset: in bpf_int_jit_compile()
264 static int out_offset = -1; /* initialized on the first pass of build_body() */ variable276 #define jmp_offset (out_offset - (cur_offset)) in emit_bpf_tail_call()318 if (out_offset == -1) in emit_bpf_tail_call()319 out_offset = cur_offset; in emit_bpf_tail_call()320 if (cur_offset != out_offset) { in emit_bpf_tail_call()322 cur_offset, out_offset); in emit_bpf_tail_call()
1167 static int out_offset = -1; /* initialized on the first pass of build_body() */ variable1180 #define jmp_offset (out_offset - (cur_offset) - 2) in emit_bpf_tail_call()1236 if (out_offset == -1) in emit_bpf_tail_call()1237 out_offset = cur_offset; in emit_bpf_tail_call()1238 if (cur_offset != out_offset) { in emit_bpf_tail_call()1240 cur_offset, out_offset); in emit_bpf_tail_call()