Searched refs:targ_btf_path (Results 1 – 1 of 1) sorted by relevance
5174 bpf_object__relocate_core(struct bpf_object *obj, const char *targ_btf_path) in bpf_object__relocate_core() argument5188 if (targ_btf_path) { in bpf_object__relocate_core()5189 obj->btf_vmlinux_override = btf__parse(targ_btf_path, NULL); in bpf_object__relocate_core()5780 bpf_object__relocate(struct bpf_object *obj, const char *targ_btf_path) in bpf_object__relocate() argument5787 err = bpf_object__relocate_core(obj, targ_btf_path); in bpf_object__relocate()