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

  /src/external/gpl3/gcc/dist/gcc/config/
darwin.h 687 #define DEBUG_STR_OFFSETS_SECTION "__DWARF,__debug_str_offs,regular,debug"
  /src/external/gpl3/gcc.old/dist/gcc/config/
darwin.h 652 #define DEBUG_STR_OFFSETS_SECTION "__DWARF,__debug_str_offs,regular,debug"
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 173 static GTY(()) section *debug_str_offsets_section; variable
4157 #ifndef DEBUG_STR_OFFSETS_SECTION
4158 #define DEBUG_STR_OFFSETS_SECTION ".debug_str_offsets"
29487 debug_str_offsets_section
29565 debug_str_offsets_section
29870 switch_to_section (debug_str_offsets_section);
33358 debug_str_offsets_section = NULL;
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 173 static GTY(()) section *debug_str_offsets_section; variable
4157 #ifndef DEBUG_STR_OFFSETS_SECTION
4158 #define DEBUG_STR_OFFSETS_SECTION ".debug_str_offsets"
29341 debug_str_offsets_section
29419 debug_str_offsets_section
29724 switch_to_section (debug_str_offsets_section);
33211 debug_str_offsets_section = NULL;

Completed in 67 milliseconds