Searched refs:extable_size (Results 1 – 3 of 3) sorted by relevance
994 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local1063 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile()1068 image_size = prog_size + extable_size; in bpf_int_jit_compile()1079 if (extable_size) in bpf_int_jit_compile()
1709 u32 extable_size; in bpf_jit_alloc() local1717 extable_size = fp->aux->num_exentries * in bpf_jit_alloc()1719 header = bpf_jit_binary_alloc(code_size + extable_size, &jit->prg_buf, in bpf_jit_alloc()
2105 u32 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() local2109 header = bpf_jit_binary_alloc(roundup(proglen, align) + extable_size, in bpf_int_jit_compile()