Searched refs:so_dbg (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_str_offsets.c | 48 if (!xsot->so_dbg) { \ 53 _dwarf_error(xsot->so_dbg,error,DW_DLE_STR_OFFSETS_NO_MAGIC); \ 108 local_table_data->so_dbg = dbg; in dwarf_open_str_offsets_table_access() 128 dbg = table_data->so_dbg; in dwarf_close_str_offsets_table_access() 146 _dwarf_error(sot->so_dbg,error, DW_DLE_STR_OFFSETS_ARRAY_INDEX_WRONG); in dwarf_str_offsets_value_by_index() 150 READ_UNALIGNED_CK(sot->so_dbg, val, Dwarf_Unsigned, in dwarf_str_offsets_value_by_index() 179 READ_UNALIGNED_CK(sot->so_dbg, one32bit, Dwarf_Unsigned, in find_next_str_offsets_tab() 289 _dwarf_error_string(sot->so_dbg,error, in dwarf_next_str_offsets_table() 318 _dwarf_error_string(sot->so_dbg,error, in dwarf_next_str_offsets_table() 324 READ_AREA_LENGTH_CK(sot->so_dbg,length,Dwarf_Unsigned, in dwarf_next_str_offsets_table() [all …]
|
H A D | dwarf_str_offsets.h | 37 Dwarf_Debug so_dbg; member
|