Searched refs:debug_sections (Results 1 – 1 of 1) sorted by relevance
130 static char *debug_sections[] = { /* Debug sections in a ELF file */ variable1695 for (i = 0; debug_sections[i] != NULL; i++) { in is_in_list()1696 if (strncmp(debug_sections[i], str, in is_in_list()1697 strlen(debug_sections[i])) == 0) { in is_in_list()