Home
last modified time | relevance | path

Searched refs:debug_sections (Results 1 – 1 of 1) sorted by relevance

/titanic_52/usr/src/cmd/file/
H A Dfile.c131 static char *debug_sections[] = { /* Debug sections in a ELF file */ variable
1780 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()