Searched refs:debug_line_section_label (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | dwarf2out.c | 4140 static char debug_line_section_label[MAX_ARTIFICIAL_LABEL_BYTES]; variable 28611 ASM_GENERATE_INTERNAL_LABEL (debug_line_section_label, in init_sections_and_labels() 28715 ASM_GENERATE_INTERNAL_LABEL (debug_line_section_label, in init_sections_and_labels() 31330 strcpy (dl_section_ref, debug_line_section_label); in dwarf2out_finish() 31537 output_macinfo (!dwarf_split_debug_info ? debug_line_section_label in dwarf2out_finish() 31549 ASM_OUTPUT_LABEL (asm_out_file, debug_line_section_label); in dwarf2out_finish() 32011 strcpy (dl_section_ref, debug_line_section_label); in dwarf2out_early_finish() 32051 ? debug_line_section_label in dwarf2out_early_finish() 32084 output_macinfo (debug_line_section_label, true); in dwarf2out_early_finish() 32096 ASM_OUTPUT_LABEL (asm_out_file, debug_line_section_label); in dwarf2out_early_finish()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | dwarf2out.c | 3589 static char debug_line_section_label[MAX_ARTIFICIAL_LABEL_BYTES]; variable 20998 dw2_asm_output_offset (DWARF_OFFSET_SIZE, debug_line_section_label, in output_macinfo() 21173 ASM_GENERATE_INTERNAL_LABEL (debug_line_section_label, in dwarf2out_init() 22738 debug_line_section_label); in dwarf2out_finish() 22767 debug_line_section_label); in dwarf2out_finish() 22871 ASM_OUTPUT_LABEL (asm_out_file, debug_line_section_label); in dwarf2out_finish()
|