Searched refs:targ_btf_path (Results 1 – 1 of 1) sorted by relevance
5832 bpf_object__relocate_core(struct bpf_object *obj, const char *targ_btf_path) in bpf_object__relocate_core() argument5847 if (targ_btf_path) in bpf_object__relocate_core()5848 targ_btf = btf__parse(targ_btf_path, NULL); in bpf_object__relocate_core()6358 bpf_object__relocate(struct bpf_object *obj, const char *targ_btf_path) in bpf_object__relocate() argument6365 err = bpf_object__relocate_core(obj, targ_btf_path); in bpf_object__relocate()