Home
last modified time | relevance | path

Searched refs:main_btf (Results 1 – 2 of 2) sorted by relevance

/external/libbpf/src/
Dlinker.c1484 const struct btf *main_btf, in map_defs_match() argument
1509 main_btf, main_def->key_type_id, in map_defs_match()
1526 main_btf, main_def->value_type_id, in map_defs_match()
1560 main_btf, main_inner_def, NULL, in map_defs_match()
Dlibbpf.c5350 const struct btf *main_btf; in bpf_core_find_cands() local
5372 main_btf = obj->btf_vmlinux_override ?: obj->btf_vmlinux; in bpf_core_find_cands()
5373 err = bpf_core_add_cands(&local_cand, local_essent_len, main_btf, "vmlinux", 1, cands); in bpf_core_find_cands()