Lines Matching refs:rw_header
2431 struct bpf_binary_header *rw_header; member
2444 struct bpf_binary_header *rw_header = NULL; in bpf_int_jit_compile() local
2489 rw_header = jit_data->rw_header; in bpf_int_jit_compile()
2490 rw_image = (void *)rw_header + ((void *)image - (void *)header); in bpf_int_jit_compile()
2526 bpf_arch_text_copy(&header->size, &rw_header->size, in bpf_int_jit_compile()
2527 sizeof(rw_header->size)); in bpf_int_jit_compile()
2528 bpf_jit_binary_pack_free(header, rw_header); in bpf_int_jit_compile()
2560 &image, align, &rw_header, &rw_image, in bpf_int_jit_compile()
2584 if (WARN_ON(bpf_jit_binary_pack_finalize(prog, header, rw_header))) { in bpf_int_jit_compile()
2597 jit_data->rw_header = rw_header; in bpf_int_jit_compile()
2652 jit_data->rw_header); in bpf_jit_free()