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

/linux-master/tools/lib/bpf/
H A Dlibbpf_internal.h264 struct btf_map_def { struct
280 struct btf_map_def *map_def, struct btf_map_def *inner_def);
H A Dlinker.c1513 const struct btf_map_def *main_def,
1514 const struct btf_map_def *main_inner_def,
1516 const struct btf_map_def *extra_def,
1517 const struct btf_map_def *extra_inner_def)
1603 struct btf_map_def dst_def = {}, dst_inner_def = {};
1604 struct btf_map_def src_def = {}, src_inner_def = {};
H A Dlibbpf.c2442 struct btf_map_def *map_def, struct btf_map_def *inner_def)
2698 static void fill_map_from_def(struct bpf_map *map, const struct btf_map_def *def)
2762 struct btf_map_def map_def = {}, inner_def = {};

Completed in 166 milliseconds