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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 174 static GTY(()) section *debug_ranges_section; variable
4178 #ifndef DEBUG_RANGES_SECTION
4179 #define DEBUG_RANGES_SECTION ".debug_ranges"
10704 debug_ranges_section, "%s", name);
10712 debug_ranges_section, "%s", name);
12006 switch_to_section (debug_ranges_section);
12219 switch_to_section (debug_ranges_section);
29605 debug_ranges_section = get_section (dwarf_version >= 5
29607 : DEBUG_RANGES_SECTION,
33359 debug_ranges_section = NULL
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 174 static GTY(()) section *debug_ranges_section; variable
4178 #ifndef DEBUG_RANGES_SECTION
4179 #define DEBUG_RANGES_SECTION ".debug_ranges"
10662 debug_ranges_section, "%s", name);
10670 debug_ranges_section, "%s", name);
11964 switch_to_section (debug_ranges_section);
12177 switch_to_section (debug_ranges_section);
29459 debug_ranges_section = get_section (dwarf_version >= 5
29461 : DEBUG_RANGES_SECTION,
33212 debug_ranges_section = NULL
    [all...]

Completed in 66 milliseconds