Searched refs:map_ident (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | gen.c | 251 if (strcmp(sec_ident, map_ident) == 0) in find_type_for_map() 281 char map_ident[256]; in codegen_datasecs() local 290 if (!is_mmapable_map(map, map_ident, sizeof(map_ident))) in codegen_datasecs() 293 sec = find_type_for_map(btf, map_ident); in codegen_datasecs() 304 printf(" } *%s;\n", map_ident); in codegen_datasecs() 332 char map_ident[256], sec_ident[256]; in codegen_subskel_datasecs() local 343 if (!is_mmapable_map(map, map_ident, sizeof(map_ident))) in codegen_subskel_datasecs() 346 sec = find_type_for_map(btf, map_ident); in codegen_subskel_datasecs() 504 char map_ident[256], var_ident[256]; in codegen_asserts() local 520 if (!is_mmapable_map(map, map_ident, sizeof(map_ident))) in codegen_asserts() [all …]
|