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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 176 static GTY(()) section *debug_frame_section; variable
302 #ifndef DEBUG_FRAME_SECTION
303 #define DEBUG_FRAME_SECTION ".debug_frame"
510 if (!debug_frame_section)
511 debug_frame_section = get_section (DEBUG_FRAME_SECTION,
513 switch_to_section (debug_frame_section);
625 debug_frame_section, "FDE CIE offset");
11066 dw2_asm_output_offset (dwarf_offset_size, l1, debug_frame_section,
29609 debug_frame_section = get_section (DEBUG_FRAME_SECTION
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 176 static GTY(()) section *debug_frame_section; variable
302 #ifndef DEBUG_FRAME_SECTION
303 #define DEBUG_FRAME_SECTION ".debug_frame"
512 if (!debug_frame_section)
513 debug_frame_section = get_section (DEBUG_FRAME_SECTION,
515 switch_to_section (debug_frame_section);
627 debug_frame_section, "FDE CIE offset");
11024 dw2_asm_output_offset (dwarf_offset_size, l1, debug_frame_section,
29463 debug_frame_section = get_section (DEBUG_FRAME_SECTION
    [all...]

Completed in 67 milliseconds