Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin.c1510 static const char * const debugnames[] = in darwin_file_start() local
1525 for (i = 0; i < ARRAY_SIZE (debugnames); i++) in darwin_file_start()
1529 switch_to_section (get_section (debugnames[i], SECTION_DEBUG, NULL)); in darwin_file_start()
1531 gcc_assert (strncmp (debugnames[i], "__DWARF,", 8) == 0); in darwin_file_start()
1532 gcc_assert (strchr (debugnames[i] + 8, ',')); in darwin_file_start()
1534 namelen = strchr (debugnames[i] + 8, ',') - (debugnames[i] + 8); in darwin_file_start()
1535 fprintf (asm_out_file, "Lsection%.*s:\n", namelen, debugnames[i] + 8); in darwin_file_start()