Lines Matching refs:lsda
547 _info.lsda = reinterpret_cast<unw_word_t>(_dispContext.HandlerData); in stepWithSEHData()
1525 uintptr_t lsda; in getInfoFromEHABISection() local
1538 lsda = isSingleWordEHT ? 0 : (exceptionTableAddr + 4); in getInfoFromEHABISection()
1544 lsda = exceptionTableAddr + (extraWords + 1) * 4; in getInfoFromEHABISection()
1550 lsda = exceptionTableAddr + (extraWords + 1) * 4; in getInfoFromEHABISection()
1594 lsda = reinterpret_cast<uintptr_t>(UnwindData + NDataWords); in getInfoFromEHABISection()
1601 _info.lsda = lsda; in getInfoFromEHABISection()
1621 _info.lsda = fdeInfo.lsda; in getInfoFromFdeCie()
1750 pint_t lsda = 0; in getInfoFromCompactEncodingSection() local
1895 lsda = lsdaIndex.lsdaOffset(mid) + sects.dso_base; in getInfoFromCompactEncodingSection()
1903 if (lsda == 0) { in getInfoFromCompactEncodingSection()
1938 (uint64_t) pc, encoding, (uint64_t) lsda, (uint64_t) funcStart); in getInfoFromCompactEncodingSection()
1941 _info.lsda = lsda; in getInfoFromCompactEncodingSection()
1982 _info.lsda = reinterpret_cast<unw_word_t>(handler+1); in getInfoFromSEH()
1988 _info.lsda = 0; in getInfoFromSEH()
2069 unw_word_t lsda = 0; in getInfoFromTBTable() local
2102 lsda = _registers.getRegister(framePointerReg) + stateTableOffset; in getInfoFromTBTable()
2150 reinterpret_cast<void *>(lsda), in getInfoFromTBTable()
2251 lsda = *ehInfo++; in getInfoFromTBTable()
2257 lsda, handler); in getInfoFromTBTable()
2263 _info.lsda = lsda; in getInfoFromTBTable()