Lines Matching refs:tieddbg
1843 Dwarf_Debug tieddbg = 0; in _dwarf_get_string_from_tied() local
1851 tieddbg = dbg->de_tied_data.td_tied_object; in _dwarf_get_string_from_tied()
1852 if (!tieddbg) { in _dwarf_get_string_from_tied()
1857 res = _dwarf_load_section(tieddbg, &tieddbg->de_debug_str,&localerror); in _dwarf_get_string_from_tied()
1860 dwarf_dealloc(tieddbg,localerror,DW_DLA_ERROR); in _dwarf_get_string_from_tied()
1866 if (offset >= tieddbg->de_debug_str.dss_size) { in _dwarf_get_string_from_tied()
1871 secbegin = tieddbg->de_debug_str.dss_data; in _dwarf_get_string_from_tied()
1872 strbegin= tieddbg->de_debug_str.dss_data + offset; in _dwarf_get_string_from_tied()
1873 secend = tieddbg->de_debug_str.dss_data + in _dwarf_get_string_from_tied()
1874 tieddbg->de_debug_str.dss_size; in _dwarf_get_string_from_tied()
1877 if (offset >= tieddbg->de_debug_str.dss_size) { in _dwarf_get_string_from_tied()
1881 res= _dwarf_check_string_valid(tieddbg,secbegin,strbegin, secend, in _dwarf_get_string_from_tied()
1886 dwarf_dealloc(tieddbg,localerror,DW_DLA_ERROR); in _dwarf_get_string_from_tied()
1892 *return_str = (char *) (tieddbg->de_debug_str.dss_data + offset); in _dwarf_get_string_from_tied()