Home | History | Annotate | Download | only in src

Lines Matching refs:xdata

1799     UNWIND_INFO *xdata = reinterpret_cast<UNWIND_INFO *>(base + unwindEntry->UnwindData);
1800 if (xdata->Flags & (UNW_FLAG_EHANDLER|UNW_FLAG_UHANDLER)) {
1805 uint32_t lastcode = (xdata->CountOfCodes + 1) & ~1;
1806 const uint32_t *handler = reinterpret_cast<uint32_t *>(&xdata->UnwindCodes[lastcode]);