Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dlibbpf_internal.h248 struct btf_map_def { struct
264 struct btf_map_def *map_def, struct btf_map_def *inner_def); argument
Dlinker.c1482 const struct btf_map_def *main_def, in map_defs_match()
1483 const struct btf_map_def *main_inner_def, in map_defs_match()
1485 const struct btf_map_def *extra_def, in map_defs_match()
1486 const struct btf_map_def *extra_inner_def) in map_defs_match()
1572 struct btf_map_def dst_def = {}, dst_inner_def = {}; in glob_map_defs_match()
1573 struct btf_map_def src_def = {}, src_inner_def = {}; in glob_map_defs_match()
Dlibbpf.c2285 struct btf_map_def *map_def, struct btf_map_def *inner_def)
2541 static void fill_map_from_def(struct bpf_map *map, const struct btf_map_def *def)
2605 struct btf_map_def map_def = {}, inner_def = {};