Home
last modified time | relevance | path

Searched refs:tieddbg (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_tied.c129 Dwarf_Debug tieddbg, in _dwarf_loop_reading_debug_info_for_cu() argument
142 startingcontext = tieddbg->de_info_reading.de_cu_context; in _dwarf_loop_reading_debug_info_for_cu()
168 sres = _dwarf_next_cu_header_internal(tieddbg, in _dwarf_loop_reading_debug_info_for_cu()
181 latestcontext = tieddbg->de_info_reading.de_cu_context; in _dwarf_loop_reading_debug_info_for_cu()
195 &tieddbg->de_tied_data.td_tied_search, in _dwarf_loop_reading_debug_info_for_cu()
222 _dwarf_search_for_signature(Dwarf_Debug tieddbg, in _dwarf_search_for_signature() argument
230 struct Dwarf_Tied_Data_s * tied = &tieddbg->de_tied_data; in _dwarf_search_for_signature()
256 tieddbg,sig,error); in _dwarf_search_for_signature()
H A Ddwarf_generic_init.c371 dwarf_set_tied_dbg(Dwarf_Debug dbg, Dwarf_Debug tieddbg,Dwarf_Error*error) in dwarf_set_tied_dbg() argument
376 dbg->de_tied_data.td_tied_object = tieddbg; in dwarf_set_tied_dbg()
377 if (tieddbg) { in dwarf_set_tied_dbg()
378 tieddbg->de_tied_data.td_is_tied_object = TRUE; in dwarf_set_tied_dbg()
H A Ddwarf_form.c1843 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()
[all …]
H A Ddwarf_query.c1512 Dwarf_Debug tieddbg = 0; in _dwarf_get_addr_from_tied() local
1521 tieddbg = dbg->de_tied_data.td_tied_object; in _dwarf_get_addr_from_tied()
1522 if (!tieddbg) { in _dwarf_get_addr_from_tied()
1530 res = _dwarf_search_for_signature(tieddbg, in _dwarf_get_addr_from_tied()
1536 _dwarf_error_mv_s_to_t(tieddbg,error,dbg,error); in _dwarf_get_addr_from_tied()
1549 _dwarf_error_mv_s_to_t(tieddbg,error,dbg,error); in _dwarf_get_addr_from_tied()
1565 Dwarf_Debug tieddbg = 0; in _dwarf_get_ranges_base_attr_from_tied() local
1574 tieddbg = dbg->de_tied_data.td_tied_object; in _dwarf_get_ranges_base_attr_from_tied()
1575 if (!tieddbg) { in _dwarf_get_ranges_base_attr_from_tied()
1583 res = _dwarf_search_for_signature(tieddbg, in _dwarf_get_ranges_base_attr_from_tied()
[all …]
H A Ddwarf_tied_decls.h54 Dwarf_Debug tieddbg,