Searched refs:map_ident (Results 1 – 1 of 1) sorted by relevance
218 char sec_ident[256], map_ident[256]; in codegen_datasecs() local232 if (!get_map_ident(map, map_ident, sizeof(map_ident))) in codegen_datasecs()247 if (strcmp(sec_ident, map_ident) == 0) { in codegen_datasecs()261 printf(" struct %s__%s {\n", obj_name, map_ident); in codegen_datasecs()262 printf(" } *%s;\n", map_ident); in codegen_datasecs()
Completed in 6 milliseconds