Lines Matching refs:rw_header
2339 struct bpf_binary_header *rw_header; member
2352 struct bpf_binary_header *rw_header = NULL; in bpf_int_jit_compile() local
2397 rw_header = jit_data->rw_header; in bpf_int_jit_compile()
2398 rw_image = (void *)rw_header + ((void *)image - (void *)header); in bpf_int_jit_compile()
2434 bpf_arch_text_copy(&header->size, &rw_header->size, in bpf_int_jit_compile()
2435 sizeof(rw_header->size)); in bpf_int_jit_compile()
2436 bpf_jit_binary_pack_free(header, rw_header); in bpf_int_jit_compile()
2468 &image, align, &rw_header, &rw_image, in bpf_int_jit_compile()
2492 if (WARN_ON(bpf_jit_binary_pack_finalize(prog, header, rw_header))) { in bpf_int_jit_compile()
2505 jit_data->rw_header = rw_header; in bpf_int_jit_compile()
2560 jit_data->rw_header); in bpf_jit_free()