HomeSort by: relevance | last modified time | path
    Searched defs:debug_line_section_label (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 4216 #ifndef DEBUG_LINE_SECTION_LABEL
4217 #define DEBUG_LINE_SECTION_LABEL "Ldebug_line"
4266 static char debug_line_section_label[MAX_ARTIFICIAL_LABEL_BYTES];
29508 ASM_GENERATE_INTERNAL_LABEL (debug_line_section_label,
29509 DEBUG_LINE_SECTION_LABEL,
29620 ASM_GENERATE_INTERNAL_LABEL (debug_line_section_label,
29621 DEBUG_LINE_SECTION_LABEL,
32514 strcpy (dl_section_ref, debug_line_section_label);
32737 output_macinfo (!dwarf_split_debug_info ? debug_line_section_label
32749 ASM_OUTPUT_LABEL (asm_out_file, debug_line_section_label);
4261 static char debug_line_section_label[MAX_ARTIFICIAL_LABEL_BYTES]; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 4216 #ifndef DEBUG_LINE_SECTION_LABEL
4217 #define DEBUG_LINE_SECTION_LABEL "Ldebug_line"
4266 static char debug_line_section_label[MAX_ARTIFICIAL_LABEL_BYTES];
29362 ASM_GENERATE_INTERNAL_LABEL (debug_line_section_label,
29363 DEBUG_LINE_SECTION_LABEL,
29474 ASM_GENERATE_INTERNAL_LABEL (debug_line_section_label,
29475 DEBUG_LINE_SECTION_LABEL,
32367 strcpy (dl_section_ref, debug_line_section_label);
32590 output_macinfo (!dwarf_split_debug_info ? debug_line_section_label
32602 ASM_OUTPUT_LABEL (asm_out_file, debug_line_section_label);
4261 static char debug_line_section_label[MAX_ARTIFICIAL_LABEL_BYTES]; variable
    [all...]

Completed in 63 milliseconds