Home
last modified time | relevance | path

Searched refs:dso_base (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libunwind/test/
H A Dframeheadercache_test.pass.cpp42 UIS.dso_base = kBaseAddr; in main()
69 UIS.dso_base = kBaseAddr + (kTextSegmentLength * i); in main()
/llvm-project-15.0.7/libunwind/src/
H A DFrameHeaderCache.hpp34 uintptr_t LowPC() { return Info.dso_base; }; in LowPC()
35 uintptr_t HighPC() { return Info.dso_base + Info.text_segment_length; }; in HighPC()
H A DAddressSpace.hpp128 uintptr_t dso_base; member
418 cbdata->sects->dso_base = begin; in checkAddrInSegment()
513 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections()
523 info.dso_base = 0; in findUnwindSections()
566 info.dso_base = (uintptr_t)mods[i]; in findUnwindSections()
H A DUnwindCursor.hpp1000 pint_t pc, uintptr_t dso_base);
1598 uintptr_t dso_base) { in getInfoFromFdeCie() argument
1614 _info.extra = static_cast<unw_word_t>(dso_base); in getInfoFromFdeCie()
1644 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc); in getInfoFromDwarfSection()
1660 if (getInfoFromFdeCie(fdeInfo, cieInfo, pc, sects.dso_base)) { in getInfoFromDwarfSection()
1686 (uint64_t)pc, (uint64_t)sects.dso_base); in getInfoFromCompactEncodingSection()
1694 pint_t targetFunctionOffset = pc - sects.dso_base; in getInfoFromCompactEncodingSection()
1772 funcStart = pageIndex.functionOffset(low) + sects.dso_base; in getInfoFromCompactEncodingSection()
1827 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1879 lsda = lsdaIndex.lsdaOffset(mid) + sects.dso_base; in getInfoFromCompactEncodingSection()
[all …]