Searched refs:targ_btf_path (Results 1 – 1 of 1) sorted by relevance
5891 bpf_object__relocate_core(struct bpf_object *obj, const char *targ_btf_path) in bpf_object__relocate_core() argument5906 if (targ_btf_path) in bpf_object__relocate_core()5907 targ_btf = btf__parse(targ_btf_path, NULL); in bpf_object__relocate_core()6425 bpf_object__relocate(struct bpf_object *obj, const char *targ_btf_path) in bpf_object__relocate() argument6432 err = bpf_object__relocate_core(obj, targ_btf_path); in bpf_object__relocate()