Searched refs:glob_sym_btf_matches (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/tools/lib/bpf/ |
D | linker.c | 1298 static bool glob_sym_btf_matches(const char *sym_name, bool exact, in glob_sym_btf_matches() function 1448 if (!glob_sym_btf_matches(sym_name, exact, btf1, m1->type, btf2, m2->type)) in glob_sym_btf_matches() 1468 if (!glob_sym_btf_matches(sym_name, exact, btf1, m1->type, btf2, m2->type)) in glob_sym_btf_matches() 1517 && !glob_sym_btf_matches(sym_name, true /*exact*/, in map_defs_match() 1534 && !glob_sym_btf_matches(sym_name, true /*exact*/, in map_defs_match() 1645 if (!glob_sym_btf_matches(sym_name, true /*exact*/, in glob_syms_match()
|