Searched refs:dst_inner_def (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/tools/lib/bpf/ |
| D | linker.c | 1572 struct btf_map_def dst_def = {}, dst_inner_def = {}; in glob_map_defs_match() local 1593 err = parse_btf_map_def(sym_name, linker->btf, t, true /*strict*/, &dst_def, &dst_inner_def); in glob_map_defs_match() 1604 return map_defs_match(sym_name, linker->btf, &dst_def, &dst_inner_def, in glob_map_defs_match()
|