Searched refs:ro_image_ptr (Results 1 – 1 of 1) sorted by relevance
1754 u8 *ro_image_ptr; in bpf_int_jit_compile() local1783 ro_image_ptr = jit_data->ro_image; in bpf_int_jit_compile()1786 image_ptr = (void *)header + ((void *)ro_image_ptr in bpf_int_jit_compile()1832 ro_header = bpf_jit_binary_pack_alloc(image_size, &ro_image_ptr, in bpf_int_jit_compile()1850 ctx.ro_image = (__le32 *)ro_image_ptr; in bpf_int_jit_compile()1852 prog->aux->extable = (void *)ro_image_ptr + extable_offset; in bpf_int_jit_compile()1926 jit_data->ro_image = ro_image_ptr; in bpf_int_jit_compile()