Lines Matching defs:btf_map_table
717 struct btf_attach_table *btf_map_table)
730 err = build_btf_type_table(btf_map_table, BPF_OBJ_MAP, &map_info,
743 struct btf_attach_table *btf_map_table)
759 hash_for_each_possible(btf_map_table->table, obj, hash, info->id) {
772 struct btf_attach_table *btf_map_table)
791 hash_for_each_possible(btf_map_table->table, obj, hash,
805 struct btf_attach_table *btf_map_table)
818 show_btf_json(&info, fd, btf_prog_table, btf_map_table);
820 show_btf_plain(&info, fd, btf_prog_table, btf_map_table);
828 struct btf_attach_table btf_map_table;
845 hash_init(btf_map_table.table);
846 err = build_btf_tables(&btf_prog_table, &btf_map_table);
855 err = show_btf(fd, &btf_prog_table, &btf_map_table);
887 err = show_btf(fd, &btf_prog_table, &btf_map_table);
898 delete_btf_table(&btf_map_table);