Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c192 } exception_range_entry; typedef
790 srelptr(exc_addr + offsetof(exception_range_entry, _f), cur_ent->_f) in unwind_exception_ranges()
800 exception_range_entry scratch, *ent, *cur_ent = &scratch; in unwind_exception_ranges()
807 ent = (exception_range_entry *)(_cache->c_data->d_buf); in unwind_exception_ranges()
808 nelts = _cache->c_data->d_size / sizeof (exception_range_entry); in unwind_exception_ranges()
842 exc_addr += sizeof (exception_range_entry); in unwind_exception_ranges()
843 offset += sizeof (exception_range_entry); in unwind_exception_ranges()
H A Delfdump.msg189 # exception_range_entry table entries.