Searched refs:debugnames (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin.c1510 static const char * const debugnames[] = local
1526 for (i = 0; i < ARRAY_SIZE (debugnames); i++)
1530 switch_to_section (get_section (debugnames[i], SECTION_DEBUG, NULL));
1532 gcc_assert (strncmp (debugnames[i], "__DWARF,", 8) == 0);
1533 gcc_assert (strchr (debugnames[i] + 8, ','));
1535 namelen = strchr (debugnames[i] + 8, ',') - (debugnames[i] + 8);
1536 fprintf (asm_out_file, "Lsection%.*s:\n", namelen, debugnames[i] + 8);

Completed in 66 milliseconds