Searched refs:ro_image_ptr (Results 1 – 1 of 1) sorted by relevance
1884 u8 *ro_image_ptr; in bpf_int_jit_compile() local1913 ro_image_ptr = jit_data->ro_image; in bpf_int_jit_compile()1916 image_ptr = (void *)header + ((void *)ro_image_ptr in bpf_int_jit_compile()1962 ro_header = bpf_jit_binary_pack_alloc(image_size, &ro_image_ptr, in bpf_int_jit_compile()1980 ctx.ro_image = (__le32 *)ro_image_ptr; in bpf_int_jit_compile()1982 prog->aux->extable = (void *)ro_image_ptr + extable_offset; in bpf_int_jit_compile()2056 jit_data->ro_image = ro_image_ptr; in bpf_int_jit_compile()