Searched refs:pfxs (Results 1 – 1 of 1) sorted by relevance
103 static const char *pfxs[] = { ".data", ".rodata", ".bss", ".kconfig" }; in get_datasec_ident() local106 for (i = 0, n = ARRAY_SIZE(pfxs); i < n; i++) { in get_datasec_ident()107 const char *pfx = pfxs[i]; in get_datasec_ident()