Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_internal.h263 struct btf_map_def { struct
279 struct btf_map_def *map_def, struct btf_map_def *inner_def); argument
H A Dlinker.c1490 const struct btf_map_def *main_def, in map_defs_match()
1491 const struct btf_map_def *main_inner_def, in map_defs_match()
1493 const struct btf_map_def *extra_def, in map_defs_match()
1494 const struct btf_map_def *extra_inner_def) in map_defs_match()
1580 struct btf_map_def dst_def = {}, dst_inner_def = {}; in glob_map_defs_match()
1581 struct btf_map_def src_def = {}, src_inner_def = {}; in glob_map_defs_match()
H A Dlibbpf.c2201 struct btf_map_def *map_def, struct btf_map_def *inner_def) in parse_btf_map_def()
2457 static void fill_map_from_def(struct bpf_map *map, const struct btf_map_def *def) in fill_map_from_def()
2521 struct btf_map_def map_def = {}, inner_def = {}; in bpf_object__init_user_btf_map()