Searched refs:debug_line_section_label (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2out.cc | 4261 static char debug_line_section_label[MAX_ARTIFICIAL_LABEL_BYTES]; variable 29343 ASM_GENERATE_INTERNAL_LABEL (debug_line_section_label, in init_sections_and_labels() 29455 ASM_GENERATE_INTERNAL_LABEL (debug_line_section_label, in init_sections_and_labels() 32346 strcpy (dl_section_ref, debug_line_section_label); in dwarf2out_finish() 32569 output_macinfo (!dwarf_split_debug_info ? debug_line_section_label in dwarf2out_finish() 32581 ASM_OUTPUT_LABEL (asm_out_file, debug_line_section_label); in dwarf2out_finish() 33063 strcpy (dl_section_ref, debug_line_section_label); in dwarf2out_early_finish() 33102 ? debug_line_section_label in dwarf2out_early_finish() 33135 output_macinfo (debug_line_section_label, true); in dwarf2out_early_finish() 33147 ASM_OUTPUT_LABEL (asm_out_file, debug_line_section_label); in dwarf2out_early_finish()
|
H A D | ChangeLog-2017 | 22874 * dwarf2out.c (output_macinfo): Copy debug_line_section_label 29086 (dwarf2out_finish): Copy debug_line_section_label to dl_section_ref.
|
H A D | ChangeLog-1999 | 17922 text_section_label, debug_line_section_label,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dwarf2out.c | 4174 static char debug_line_section_label[MAX_ARTIFICIAL_LABEL_BYTES]; variable 28702 ASM_GENERATE_INTERNAL_LABEL (debug_line_section_label, in init_sections_and_labels() 28806 ASM_GENERATE_INTERNAL_LABEL (debug_line_section_label, in init_sections_and_labels() 31534 strcpy (dl_section_ref, debug_line_section_label); in dwarf2out_finish() 31745 output_macinfo (!dwarf_split_debug_info ? debug_line_section_label in dwarf2out_finish() 31757 ASM_OUTPUT_LABEL (asm_out_file, debug_line_section_label); in dwarf2out_finish() 32229 strcpy (dl_section_ref, debug_line_section_label); in dwarf2out_early_finish() 32269 ? debug_line_section_label in dwarf2out_early_finish() 32302 output_macinfo (debug_line_section_label, true); in dwarf2out_early_finish() 32314 ASM_OUTPUT_LABEL (asm_out_file, debug_line_section_label); in dwarf2out_early_finish()
|