Lines Matching refs:lsda
546 _info.lsda = reinterpret_cast<unw_word_t>(_dispContext.HandlerData); in stepWithSEHData()
1509 uintptr_t lsda; in getInfoFromEHABISection() local
1522 lsda = isSingleWordEHT ? 0 : (exceptionTableAddr + 4); in getInfoFromEHABISection()
1528 lsda = exceptionTableAddr + (extraWords + 1) * 4; in getInfoFromEHABISection()
1534 lsda = exceptionTableAddr + (extraWords + 1) * 4; in getInfoFromEHABISection()
1578 lsda = reinterpret_cast<uintptr_t>(UnwindData + NDataWords); in getInfoFromEHABISection()
1585 _info.lsda = lsda; in getInfoFromEHABISection()
1605 _info.lsda = fdeInfo.lsda; in getInfoFromFdeCie()
1734 pint_t lsda = 0; in getInfoFromCompactEncodingSection() local
1879 lsda = lsdaIndex.lsdaOffset(mid) + sects.dso_base; in getInfoFromCompactEncodingSection()
1887 if (lsda == 0) { in getInfoFromCompactEncodingSection()
1922 (uint64_t) pc, encoding, (uint64_t) lsda, (uint64_t) funcStart); in getInfoFromCompactEncodingSection()
1925 _info.lsda = lsda; in getInfoFromCompactEncodingSection()
1966 _info.lsda = reinterpret_cast<unw_word_t>(handler+1); in getInfoFromSEH()
1972 _info.lsda = 0; in getInfoFromSEH()
2053 unw_word_t lsda = 0; in getInfoFromTBTable() local
2086 lsda = _registers.getRegister(framePointerReg) + stateTableOffset; in getInfoFromTBTable()
2128 reinterpret_cast<void *>(lsda), in getInfoFromTBTable()
2229 lsda = *ehInfo++; in getInfoFromTBTable()
2235 lsda, handler); in getInfoFromTBTable()
2241 _info.lsda = lsda; in getInfoFromTBTable()