Lines Matching refs:rw_header
2684 struct bpf_binary_header *rw_header; member
2697 struct bpf_binary_header *rw_header = NULL; in bpf_int_jit_compile() local
2742 rw_header = jit_data->rw_header; in bpf_int_jit_compile()
2743 rw_image = (void *)rw_header + ((void *)image - (void *)header); in bpf_int_jit_compile()
2779 bpf_arch_text_copy(&header->size, &rw_header->size, in bpf_int_jit_compile()
2780 sizeof(rw_header->size)); in bpf_int_jit_compile()
2781 bpf_jit_binary_pack_free(header, rw_header); in bpf_int_jit_compile()
2813 &image, align, &rw_header, &rw_image, in bpf_int_jit_compile()
2837 if (WARN_ON(bpf_jit_binary_pack_finalize(prog, header, rw_header))) { in bpf_int_jit_compile()
2850 jit_data->rw_header = rw_header; in bpf_int_jit_compile()
2905 jit_data->rw_header); in bpf_jit_free()