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

/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c188 } exception_range_entry; typedef in typeref:struct:__anon1580
699 * Display exception_range_entry items from the .exception_ranges section
707 * an exception_range_entry struct into an address.
710 * exc_addr - Address of base of exception_range_entry struct
716 srelptr(exc_addr + offsetof(exception_range_entry, _f), cur_ent->_f)
726 exception_range_entry scratch, *ent, *cur_ent = &scratch;
733 ent = (exception_range_entry *)(_cache->c_data->d_buf);
734 nelts = _cache->c_data->d_size / sizeof (exception_range_entry);
769 exc_addr += sizeof (exception_range_entry);
770 offset += sizeof (exception_range_entry);
[all...]

Completed in 44 milliseconds