Home
last modified time | relevance | path

Searched refs:targ_btf_path (Results 1 - 1 of 1) sorted by relevance

/third_party/libbpf/src/
H A Dlibbpf.c6186 bpf_object__relocate_core(struct bpf_object *obj, const char *targ_btf_path) argument
6202 if (targ_btf_path) {
6204 obj->btf_vmlinux_override = btf__parse(targ_btf_path, NULL);
6938 bpf_object__relocate(struct bpf_object *obj, const char *targ_btf_path) argument
6945 err = bpf_object__relocate_core(obj, targ_btf_path);

Completed in 17 milliseconds