Searched refs:glob_sym_btf_matches (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | linker.c | 1300 static bool glob_sym_btf_matches(const char *sym_name, bool exact, in glob_sym_btf_matches() function 1450 if (!glob_sym_btf_matches(sym_name, exact, btf1, m1->type, btf2, m2->type)) in glob_sym_btf_matches() 1470 if (!glob_sym_btf_matches(sym_name, exact, btf1, m1->type, btf2, m2->type)) in glob_sym_btf_matches() 1519 && !glob_sym_btf_matches(sym_name, true /*exact*/, in map_defs_match() 1536 && !glob_sym_btf_matches(sym_name, true /*exact*/, in map_defs_match() 1647 if (!glob_sym_btf_matches(sym_name, true /*exact*/, in glob_syms_match()
|