Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dexc.h137 int eh_state; member
154 _h.eh_state = SM_EH_PUSHED; \
163 if (_h.eh_state == SM_EH_HANDLED) \
165 if (_h.eh_state == SM_EH_PUSHED) { \
169 _h.eh_state = sm_exc_match(_h.eh_value,pat) \
171 if (_h.eh_state == SM_EH_HANDLED) { \
176 if (_h.eh_state == SM_EH_PUSHED) { \
181 } else if (_h.eh_state == SM_EH_POPPED) { \
/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c541 gnu_eh_state_t *eh_state, uchar_t osabi, const char *file, uint_t flags) in unwind_eh_frame() argument
586 if (++eh_state->hdr_cnt > 1) in unwind_eh_frame()
614 if (eh_state->hdr_cnt == 1) { in unwind_eh_frame()
615 eh_state->hdr_ndx = shndx; in unwind_eh_frame()
616 eh_state->frame_ptr = frame_ptr; in unwind_eh_frame()
692 eh_state->frame_cnt++; in unwind_eh_frame()
693 if (eh_state->frame_cnt == 1) { in unwind_eh_frame()
694 eh_state->frame_ndx = shndx; in unwind_eh_frame()
695 eh_state->frame_base = shdr->sh_addr; in unwind_eh_frame()
696 } else if ((eh_state->frame_cnt > 1) && in unwind_eh_frame()
[all …]