Searched refs:debugnames (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | darwin.c | 1510 static const char * const debugnames[] = in darwin_file_start() local 1526 for (i = 0; i < ARRAY_SIZE (debugnames); i++) in darwin_file_start() 1530 switch_to_section (get_section (debugnames[i], SECTION_DEBUG, NULL)); in darwin_file_start() 1532 gcc_assert (strncmp (debugnames[i], "__DWARF,", 8) == 0); in darwin_file_start() 1533 gcc_assert (strchr (debugnames[i] + 8, ',')); in darwin_file_start() 1535 namelen = strchr (debugnames[i] + 8, ',') - (debugnames[i] + 8); in darwin_file_start() 1536 fprintf (asm_out_file, "Lsection%.*s:\n", namelen, debugnames[i] + 8); in darwin_file_start()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog.gcc43 | 592 debugnames.
|