Searched refs:targ_btf_path (Results 1 – 1 of 1) sorted by relevance
6044 bpf_object__relocate_core(struct bpf_object *obj, const char *targ_btf_path) argument6060 if (targ_btf_path) {6062 obj->btf_vmlinux_override = btf__parse(targ_btf_path, NULL);6754 bpf_object__relocate(struct bpf_object *obj, const char *targ_btf_path) argument6761 err = bpf_object__relocate_core(obj, targ_btf_path);