Home
last modified time | relevance | path

Searched refs:exception_range_entry (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c192 } exception_range_entry; typedef
804 srelptr(exc_addr + offsetof(exception_range_entry, _f), cur_ent->_f) in unwind_exception_ranges()
814 exception_range_entry scratch, *ent, *cur_ent = &scratch; in unwind_exception_ranges()
821 ent = (exception_range_entry *)(_cache->c_data->d_buf); in unwind_exception_ranges()
822 nelts = _cache->c_data->d_size / sizeof (exception_range_entry); in unwind_exception_ranges()
856 exc_addr += sizeof (exception_range_entry); in unwind_exception_ranges()
857 offset += sizeof (exception_range_entry); in unwind_exception_ranges()
H A Delfdump.msg188 # exception_range_entry table entries.