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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix71.h 296 #define DEBUG_MACINFO_SECTION "0xB0000"
aix72.h 295 #define DEBUG_MACINFO_SECTION "0xB0000"
aix73.h 293 #define DEBUG_MACINFO_SECTION "0xB0000"
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix71.h 293 #define DEBUG_MACINFO_SECTION "0xB0000"
aix72.h 294 #define DEBUG_MACINFO_SECTION "0xB0000"
aix73.h 292 #define DEBUG_MACINFO_SECTION "0xB0000"
  /src/external/gpl3/gcc/dist/gcc/config/
darwin.h 681 #define DEBUG_MACINFO_SECTION "__DWARF,__debug_macinfo,regular,debug"
  /src/external/gpl3/gcc.old/dist/gcc/config/
darwin.h 646 #define DEBUG_MACINFO_SECTION "__DWARF,__debug_macinfo,regular,debug"
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 162 static GTY(()) section *debug_macinfo_section; variable
4099 #ifndef DEBUG_MACINFO_SECTION
4100 #define DEBUG_MACINFO_SECTION ".debug_macinfo"
11094 debug_macinfo_section, "%s", name);
29455 debug_macinfo_section = get_section (debug_macinfo_section_name,
29500 debug_macinfo_section = get_section (debug_macinfo_section_name,
29534 ? DEBUG_MACINFO_SECTION : DEBUG_MACRO_SECTION);
29535 debug_macinfo_section = get_section (debug_macinfo_section_name,
29582 debug_macinfo_section = get_section (debug_macinfo_section_name,
32735 switch_to_section (debug_macinfo_section);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 162 static GTY(()) section *debug_macinfo_section; variable
4099 #ifndef DEBUG_MACINFO_SECTION
4100 #define DEBUG_MACINFO_SECTION ".debug_macinfo"
11052 debug_macinfo_section, "%s", name);
29309 debug_macinfo_section = get_section (debug_macinfo_section_name,
29354 debug_macinfo_section = get_section (debug_macinfo_section_name,
29388 ? DEBUG_MACINFO_SECTION : DEBUG_MACRO_SECTION);
29389 debug_macinfo_section = get_section (debug_macinfo_section_name,
29436 debug_macinfo_section = get_section (debug_macinfo_section_name,
32588 switch_to_section (debug_macinfo_section);
    [all...]

Completed in 73 milliseconds