Lines Matching refs:fimage
52 u8 *fimage; member
79 u8 *fimage = NULL; in bpf_int_jit_compile() local
115 fimage = jit_data->fimage; in bpf_int_jit_compile()
119 image = (void *)hdr + ((void *)fimage - (void *)fhdr); in bpf_int_jit_compile()
176 fhdr = bpf_jit_binary_pack_alloc(alloclen, &fimage, 4, &hdr, &image, in bpf_int_jit_compile()
184 fp->aux->extable = (void *)fimage + FUNCTION_DESCR_SIZE + proglen + fixup_len; in bpf_int_jit_compile()
188 fcode_base = (u32 *)(fimage + FUNCTION_DESCR_SIZE); in bpf_int_jit_compile()
223 fp->bpf_func = (void *)fimage; in bpf_int_jit_compile()
241 jit_data->fimage = fimage; in bpf_int_jit_compile()
257 int bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, u32 *fimage, int pass, in bpf_add_extable_entry() argument
281 ex = (void *)fp->aux->extable - (void *)fimage + (void *)image; in bpf_add_extable_entry()