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

  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 72 DWO object files. We use these structures to record these links. */
131 sections from a .dwo file. */
647 bool dwo,
650 enum dwarf_section_display_enum str_sec_idx = dwo ? str_dwo : str;
651 enum dwarf_section_display_enum idx_sec_idx = dwo ? str_index_dwo : str_index;
659 return (dwo ? _("<no .debug_str_offsets.dwo section>")
663 return (dwo ? _("<no .debug_str.dwo section>")
2812 bool dwo = suffix && strcmp (suffix, ".dwo") == 0 local
2862 bool dwo = suffix && strcmp (suffix, ".dwo") == 0; local
8089 bool dwo = suffix && strcmp (suffix, ".dwo") == 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 69 DWO object files. We use these structures to record these links. */
128 sections from a .dwo file. */
646 bool dwo,
649 enum dwarf_section_display_enum str_sec_idx = dwo ? str_dwo : str;
650 enum dwarf_section_display_enum idx_sec_idx = dwo ? str_index_dwo : str_index;
658 return (dwo ? _("<no .debug_str_offsets.dwo section>")
662 return (dwo ? _("<no .debug_str.dwo section>")
2743 bool dwo = suffix && strcmp (suffix, ".dwo") == 0 local
2793 bool dwo = suffix && strcmp (suffix, ".dwo") == 0; local
8009 bool dwo = suffix && strcmp (suffix, ".dwo") == 0; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 238 main object file, rather than the dwo, similar to the force_direct
241 1) The string is needed in both the main object file and the dwo.
1385 /* True if .debug_loclists.dwo offset has been emitted for it already. */
3241 into .debug_rnglists section rather than .debug_rnglists.dwo
4073 #define DEBUG_DWO_INFO_SECTION ".debug_info.dwo"
4079 #define DEBUG_LTO_DWO_INFO_SECTION ".gnu.debuglto_.debug_info.dwo"
4088 #define DEBUG_DWO_ABBREV_SECTION ".debug_abbrev.dwo"
4091 #define DEBUG_LTO_DWO_ABBREV_SECTION ".gnu.debuglto_.debug_abbrev.dwo"
4106 #define DEBUG_DWO_MACINFO_SECTION ".debug_macinfo.dwo"
4109 #define DEBUG_LTO_DWO_MACINFO_SECTION ".gnu.debuglto_.debug_macinfo.dwo"
32700 bool dwo = (*ranges_table)[0].idx != DW_RANGES_IDX_SKELETON; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 238 main object file, rather than the dwo, similar to the force_direct
241 1) The string is needed in both the main object file and the dwo.
1387 /* True if .debug_loclists.dwo offset has been emitted for it already. */
3243 into .debug_rnglists section rather than .debug_rnglists.dwo
4073 #define DEBUG_DWO_INFO_SECTION ".debug_info.dwo"
4079 #define DEBUG_LTO_DWO_INFO_SECTION ".gnu.debuglto_.debug_info.dwo"
4088 #define DEBUG_DWO_ABBREV_SECTION ".debug_abbrev.dwo"
4091 #define DEBUG_LTO_DWO_ABBREV_SECTION ".gnu.debuglto_.debug_abbrev.dwo"
4106 #define DEBUG_DWO_MACINFO_SECTION ".debug_macinfo.dwo"
4109 #define DEBUG_LTO_DWO_MACINFO_SECTION ".gnu.debuglto_.debug_macinfo.dwo"
32553 bool dwo = (*ranges_table)[0].idx != DW_RANGES_IDX_SKELETON; local
    [all...]

Completed in 41 milliseconds