Searched refs:glob_sym_btf_matches (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/tools/lib/bpf/ |
D | linker.c | 1286 static bool glob_sym_btf_matches(const char *sym_name, bool exact, in glob_sym_btf_matches() function 1436 if (!glob_sym_btf_matches(sym_name, exact, btf1, m1->type, btf2, m2->type)) in glob_sym_btf_matches() 1456 if (!glob_sym_btf_matches(sym_name, exact, btf1, m1->type, btf2, m2->type)) in glob_sym_btf_matches() 1505 && !glob_sym_btf_matches(sym_name, true /*exact*/, in map_defs_match() 1522 && !glob_sym_btf_matches(sym_name, true /*exact*/, in map_defs_match() 1633 if (!glob_sym_btf_matches(sym_name, true /*exact*/, in glob_syms_match()
|