Searched refs:extable_size (Results 1 – 3 of 3) sorted by relevance
980 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local1046 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile()1051 image_size = prog_size + extable_size; in bpf_int_jit_compile()1062 if (extable_size) in bpf_int_jit_compile()
1698 u32 extable_size; in bpf_jit_alloc() local1706 extable_size = fp->aux->num_exentries * in bpf_jit_alloc()1708 header = bpf_jit_binary_alloc(code_size + extable_size, &jit->prg_buf, in bpf_jit_alloc()
2071 u32 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() local2075 header = bpf_jit_binary_alloc(roundup(proglen, align) + extable_size, in bpf_int_jit_compile()