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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c192 } exception_range_entry; typedef in typeref:struct:__anon143
779 * Display exception_range_entry items from the .exception_ranges section
787 * an exception_range_entry struct into an address.
790 * exc_addr - Address of base of exception_range_entry struct
796 srelptr(exc_addr + offsetof(exception_range_entry, _f), cur_ent->_f)
806 exception_range_entry scratch, *ent, *cur_ent = &scratch;
813 ent = (exception_range_entry *)(_cache->c_data->d_buf);
814 nelts = _cache->c_data->d_size / sizeof (exception_range_entry);
848 exc_addr += sizeof (exception_range_entry);
849 offset += sizeof (exception_range_entry);
[all...]

Completed in 66 milliseconds