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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 156 static GTY(()) section *debug_info_section; variable
2404 dw2_asm_output_offset (DWARF_REF_SIZE, label, debug_info_section, NULL);
2415 dw2_asm_output_offset (DWARF_REF_SIZE, label, debug_info_section, NULL);
4069 #ifndef DEBUG_INFO_SECTION
4070 #define DEBUG_INFO_SECTION ".debug_info"
11046 debug_info_section, "%s", name);
11048 dw2_asm_output_offset (size, sym, debug_info_section, "%s",
11308 switch_to_section (debug_info_section);
11507 secname = early_lto_debug ? DEBUG_LTO_INFO_SECTION : DEBUG_INFO_SECTION;
11759 debug_info_section,
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 156 static GTY(()) section *debug_info_section; variable
2406 dw2_asm_output_offset (DWARF_REF_SIZE, label, debug_info_section, NULL);
2417 dw2_asm_output_offset (DWARF_REF_SIZE, label, debug_info_section, NULL);
4069 #ifndef DEBUG_INFO_SECTION
4070 #define DEBUG_INFO_SECTION ".debug_info"
11004 debug_info_section, "%s", name);
11006 dw2_asm_output_offset (size, sym, debug_info_section, "%s",
11266 switch_to_section (debug_info_section);
11465 secname = early_lto_debug ? DEBUG_LTO_INFO_SECTION : DEBUG_INFO_SECTION;
11717 debug_info_section,
    [all...]

Completed in 89 milliseconds