Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dexc.h135 int eh_state; member
152 _h.eh_state = SM_EH_PUSHED; \
161 if (_h.eh_state == SM_EH_HANDLED) \
163 if (_h.eh_state == SM_EH_PUSHED) { \
167 _h.eh_state = sm_exc_match(_h.eh_value,pat) \
169 if (_h.eh_state == SM_EH_HANDLED) { \
174 if (_h.eh_state == SM_EH_PUSHED) { \
179 } else if (_h.eh_state == SM_EH_POPPED) { \
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c600 if (++eh_state->hdr_cnt > 1) in unwind_eh_frame()
628 if (eh_state->hdr_cnt == 1) { in unwind_eh_frame()
629 eh_state->hdr_ndx = shndx; in unwind_eh_frame()
630 eh_state->frame_ptr = frame_ptr; in unwind_eh_frame()
706 eh_state->frame_cnt++; in unwind_eh_frame()
707 if (eh_state->frame_cnt == 1) { in unwind_eh_frame()
708 eh_state->frame_ndx = shndx; in unwind_eh_frame()
732 (eh_state->hdr_cnt > 0) && (eh_state->frame_cnt > 0) && in unwind_eh_frame()
733 (eh_state->frame_ptr != eh_state->frame_base)) in unwind_eh_frame()
918 gnu_eh_state_t eh_state; in unwind() local
[all …]