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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 4222 #ifndef DEBUG_INFO_SECTION_LABEL
4223 #define DEBUG_INFO_SECTION_LABEL "Ldebug_info"
4263 static char debug_info_section_label[MAX_ARTIFICIAL_LABEL_BYTES];
4356 /* Set label to debug_info_section_label + die_offset of a DIE reference. */
4361 sprintf (label, "%s+%ld", debug_info_section_label, ref->die_offset);
11309 ASM_OUTPUT_LABEL (asm_out_file, debug_info_section_label);
11758 dw2_asm_output_offset (dwarf_offset_size, debug_info_section_label,
11839 dw2_asm_output_offset (dwarf_offset_size, debug_info_section_label,
29616 ASM_GENERATE_INTERNAL_LABEL (debug_info_section_label,
29617 DEBUG_INFO_SECTION_LABEL,
4258 static char debug_info_section_label[MAX_ARTIFICIAL_LABEL_BYTES]; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 4222 #ifndef DEBUG_INFO_SECTION_LABEL
4223 #define DEBUG_INFO_SECTION_LABEL "Ldebug_info"
4263 static char debug_info_section_label[MAX_ARTIFICIAL_LABEL_BYTES];
4356 /* Set label to debug_info_section_label + die_offset of a DIE reference. */
4361 sprintf (label, "%s+%ld", debug_info_section_label, ref->die_offset);
11267 ASM_OUTPUT_LABEL (asm_out_file, debug_info_section_label);
11716 dw2_asm_output_offset (dwarf_offset_size, debug_info_section_label,
11797 dw2_asm_output_offset (dwarf_offset_size, debug_info_section_label,
29470 ASM_GENERATE_INTERNAL_LABEL (debug_info_section_label,
29471 DEBUG_INFO_SECTION_LABEL,
4258 static char debug_info_section_label[MAX_ARTIFICIAL_LABEL_BYTES]; variable
    [all...]

Completed in 59 milliseconds