Searched refs:cfi_get_offset (Results 1 – 5 of 5) sorted by relevance
120 static inline int cfi_get_offset(void) in cfi_get_offset() function133 #define cfi_get_offset cfi_get_offset macro
175 prog->bpf_func = (void *)ctx->ro_insns + cfi_get_offset(); in bpf_int_jit_compile()177 prog->jited_len = prog_size - cfi_get_offset(); in bpf_int_jit_compile()
2166 prog->bpf_func = (void *)ctx.ro_image + cfi_get_offset(); in bpf_int_jit_compile()2168 prog->jited_len = prog_size - cfi_get_offset(); in bpf_int_jit_compile()3071 prog->bpf_func -= cfi_get_offset(); in bpf_jit_free()
3728 prog->bpf_func = (void *)image + cfi_get_offset(); in bpf_int_jit_compile()3730 prog->jited_len = proglen - cfi_get_offset(); in bpf_int_jit_compile()3797 prog->bpf_func = (void *)prog->bpf_func - cfi_get_offset(); in bpf_jit_free()
1190 func -= cfi_get_offset(); in cfi_get_func_hash()
Completed in 19 milliseconds