Home
last modified time | relevance | path

Searched refs:dwo (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/binutils-2.27/binutils/
H A Ddwarf.c617 dwarf_vma offset_size, int dwo) in fetch_indexed_string() argument
619 enum dwarf_section_display_enum str_sec_idx = dwo ? str_dwo : str; in fetch_indexed_string()
620 enum dwarf_section_display_enum idx_sec_idx = dwo ? str_index_dwo : str_index; in fetch_indexed_string()
627 return (dwo ? _("<no .debug_str_offsets.dwo section>") in fetch_indexed_string()
640 return (dwo ? _("<no .debug_str.dwo section>") in fetch_indexed_string()
1776 int dwo = (suffix && strcmp (suffix, ".dwo") == 0) ? 1 : 0; in read_and_display_attr_value() local
1780 fetch_indexed_string (uvalue, this_set, offset_size, dwo)); in read_and_display_attr_value()
/dragonfly/contrib/binutils-2.27/binutils/doc/
H A Dbinutils.texi1118 [@option{--strip-dwo}]
1119 [@option{--extract-dwo}]
1792 @item --strip-dwo
1793 Remove the contents of all DWARF .dwo sections, leaving the
1799 the @option{--extract-dwo} option to copy the .dwo sections to
1800 the .dwo file, then the @option{--strip-dwo} option to remove
1803 @item --extract-dwo
1804 Extract the contents of all DWARF .dwo sections. See the
1805 @option{--strip-dwo} option for more information.
2961 [@option{--strip-dwo}]
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.c722 dwarf_vma offset_size, bfd_boolean dwo) in fetch_indexed_string() argument
724 enum dwarf_section_display_enum str_sec_idx = dwo ? str_dwo : str; in fetch_indexed_string()
725 enum dwarf_section_display_enum idx_sec_idx = dwo ? str_index_dwo : str_index; in fetch_indexed_string()
733 return (dwo ? _("<no .debug_str_offsets.dwo section>") in fetch_indexed_string()
746 return (dwo ? _("<no .debug_str.dwo section>") in fetch_indexed_string()
2362 bfd_boolean dwo = (suffix && strcmp (suffix, ".dwo") == 0) ? TRUE : FALSE; in read_and_display_attr_value() local
2366 fetch_indexed_string (uvalue, this_set, offset_size, dwo)); in read_and_display_attr_value()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcommon.opt2957 Generate debug information in separate .dwo files.