Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
DUnwindCursor.hpp950 pint_t pc, uintptr_t dso_base);
1509 uintptr_t dso_base) { in getInfoFromFdeCie() argument
1525 _info.extra = static_cast<unw_word_t>(dso_base); in getInfoFromFdeCie()
1555 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc); in getInfoFromDwarfSection()
1571 if (getInfoFromFdeCie(fdeInfo, cieInfo, pc, sects.dso_base)) { in getInfoFromDwarfSection()
1578 DwarfFDECache<A>::add(sects.dso_base, fdeInfo.pcStart, fdeInfo.pcEnd, in getInfoFromDwarfSection()
1597 (uint64_t)pc, (uint64_t)sects.dso_base); in getInfoFromCompactEncodingSection()
1605 pint_t targetFunctionOffset = pc - sects.dso_base; in getInfoFromCompactEncodingSection()
1668 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1673 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base; in getInfoFromCompactEncodingSection()
[all …]
DAddressSpace.hpp121 uintptr_t dso_base; member
411 cbdata->sects->dso_base = begin; in checkAddrInSegment()
506 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections()
516 info.dso_base = 0; in findUnwindSections()
558 info.dso_base = (uintptr_t)mods[i]; in findUnwindSections()
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()