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