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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 4234 #ifndef DEBUG_ADDR_SECTION_LABEL
4235 #define DEBUG_ADDR_SECTION_LABEL "Ldebug_addr"
4267 static char debug_addr_section_label[MAX_ARTIFICIAL_LABEL_BYTES];
11420 add_AT_lineptr (die, dwarf_AT (DW_AT_addr_base), debug_addr_section_label);
29632 ASM_GENERATE_INTERNAL_LABEL (debug_addr_section_label,
29633 DEBUG_ADDR_SECTION_LABEL,
29992 ASM_OUTPUT_LABEL (asm_out_file, debug_addr_section_label);
4262 static char debug_addr_section_label[MAX_ARTIFICIAL_LABEL_BYTES]; variable
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 4234 #ifndef DEBUG_ADDR_SECTION_LABEL
4235 #define DEBUG_ADDR_SECTION_LABEL "Ldebug_addr"
4267 static char debug_addr_section_label[MAX_ARTIFICIAL_LABEL_BYTES];
11378 add_AT_lineptr (die, dwarf_AT (DW_AT_addr_base), debug_addr_section_label);
29486 ASM_GENERATE_INTERNAL_LABEL (debug_addr_section_label,
29487 DEBUG_ADDR_SECTION_LABEL,
29846 ASM_OUTPUT_LABEL (asm_out_file, debug_addr_section_label);
4262 static char debug_addr_section_label[MAX_ARTIFICIAL_LABEL_BYTES]; variable

Completed in 65 milliseconds