Searched refs:sfxs (Results 1 – 1 of 1) sorted by relevance
78 static const char *sfxs[] = { ".data", ".rodata", ".bss", ".kconfig" }; in get_map_ident() local87 for (i = 0, n = ARRAY_SIZE(sfxs); i < n; i++) { in get_map_ident()88 const char *sfx = sfxs[i], *p; in get_map_ident()