Home
last modified time | relevance | path

Searched refs:btf_map_def (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/tools/lib/bpf/
Dlibbpf_internal.h249 struct btf_map_def { struct
265 struct btf_map_def *map_def, struct btf_map_def *inner_def); argument
Dlinker.c1494 const struct btf_map_def *main_def, in map_defs_match()
1495 const struct btf_map_def *main_inner_def, in map_defs_match()
1497 const struct btf_map_def *extra_def, in map_defs_match()
1498 const struct btf_map_def *extra_inner_def) in map_defs_match()
1584 struct btf_map_def dst_def = {}, dst_inner_def = {}; in glob_map_defs_match()
1585 struct btf_map_def src_def = {}, src_inner_def = {}; in glob_map_defs_match()
Dlibbpf.c2200 struct btf_map_def *map_def, struct btf_map_def *inner_def) in parse_btf_map_def()
2456 static void fill_map_from_def(struct bpf_map *map, const struct btf_map_def *def) in fill_map_from_def()
2520 struct btf_map_def map_def = {}, inner_def = {}; in bpf_object__init_user_btf_map()