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

/freebsd-10.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_utable.h30 uint64_t unwind_flags; member in struct:uwx_utable_entry
H A Duwx_utable.c69 uint64_t unwind_flags; local
80 unwind_flags = 0;
90 unwind_flags = *uvec++;
113 uentry->unwind_flags = unwind_flags;
117 if (unwind_flags & UNWIND_TBL_32BIT)
H A Duwx_trace.c152 if (uentry->unwind_flags & UNWIND_TBL_32BIT) /* and personality routine */
H A Duwx_trace.h196 (unsigned int)((uentry)->unwind_flags >> 32), \
197 (unsigned int)(uentry)->unwind_flags, \
H A Duwx_step.c194 uentry.unwind_flags = 0;
198 uentry.unwind_flags = uvec[i+1];
199 if (uentry.unwind_flags & UNWIND_TBL_32BIT)
H A Duwx_uinfo.c106 if (uentry->unwind_flags & UNWIND_TBL_32BIT) {
117 if (uentry->unwind_flags & UNWIND_TBL_32BIT)

Completed in 97 milliseconds