Searched refs:SEEN_TAILCALL (Results 1 – 4 of 4) sorted by relevance
120 #define SEEN_TAILCALL 0x40000000 /* uses tail calls */ macro
201 if (cgctx.seen & SEEN_TAILCALL || !is_offset_in_branch_range((long)cgctx.idx * 4)) { in bpf_int_jit_compile()
137 if (ctx->seen & SEEN_TAILCALL) { in bpf_jit_build_prologue()1186 ctx->seen |= SEEN_TAILCALL; in bpf_jit_build_body()
123 if (ctx->seen & SEEN_TAILCALL) in bpf_jit_build_prologue()1223 ctx->seen |= SEEN_TAILCALL; in bpf_jit_build_body()