Searched refs:sot (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_str_offsets.c | 136 dwarf_str_offsets_value_by_index(Dwarf_Str_Offsets_Table sot, in dwarf_str_offsets_value_by_index() argument 144 VALIDATE_SOT(sot) in dwarf_str_offsets_value_by_index() 145 if (index >= sot->so_array_entry_count) { in dwarf_str_offsets_value_by_index() 146 _dwarf_error(sot->so_dbg,error, DW_DLE_STR_OFFSETS_ARRAY_INDEX_WRONG); in dwarf_str_offsets_value_by_index() 149 entryptr = sot->so_array_ptr + (index * sot->so_array_entry_size); in dwarf_str_offsets_value_by_index() 150 READ_UNALIGNED_CK(sot->so_dbg, val, Dwarf_Unsigned, in dwarf_str_offsets_value_by_index() 151 entryptr, sot->so_array_entry_size,error,sot->so_end_cu_ptr); in dwarf_str_offsets_value_by_index() 163 find_next_str_offsets_tab(Dwarf_Str_Offsets_Table sot, in find_next_str_offsets_tab() argument 172 word_ptra = word_ptrb = sot->so_section_start_ptr +offset; in find_next_str_offsets_tab() 175 if (word_ptrb >= sot->so_section_end_ptr) { in find_next_str_offsets_tab() [all …]
|