Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dlibbpf_internal.h178 struct btf_map_def { struct
193 struct btf_map_def *map_def, struct btf_map_def *inner_def); argument
Dlinker.c1485 const struct btf_map_def *main_def, in map_defs_match()
1486 const struct btf_map_def *main_inner_def, in map_defs_match()
1488 const struct btf_map_def *extra_def, in map_defs_match()
1489 const struct btf_map_def *extra_inner_def) in map_defs_match()
1575 struct btf_map_def dst_def = {}, dst_inner_def = {}; in glob_map_defs_match()
1576 struct btf_map_def src_def = {}, src_inner_def = {}; in glob_map_defs_match()
Dlibbpf.c2055 struct btf_map_def *map_def, struct btf_map_def *inner_def) in parse_btf_map_def()
2256 static void fill_map_from_def(struct bpf_map *map, const struct btf_map_def *def) in fill_map_from_def()
2312 struct btf_map_def map_def = {}, inner_def = {}; in bpf_object__init_user_btf_map()