Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libunwind/src/
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()
DAddressSpace.hpp129 uintptr_t dso_base; member
457 cbdata->sects->dso_base = begin; in checkAddrInSegment()
552 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections()
562 info.dso_base = 0; in findUnwindSections()
605 info.dso_base = (uintptr_t)mods[i]; in findUnwindSections()
670 info.dso_base = reinterpret_cast<uintptr_t>(findResult.dlfo_map_start); in findUnwindSections()
DUnwindCursor.hpp1001 pint_t pc, uintptr_t dso_base);
1614 uintptr_t dso_base) { in getInfoFromFdeCie() argument
1630 _info.extra = static_cast<unw_word_t>(dso_base); in getInfoFromFdeCie()
1660 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc); in getInfoFromDwarfSection()
1676 if (getInfoFromFdeCie(fdeInfo, cieInfo, pc, sects.dso_base)) { in getInfoFromDwarfSection()
1683 DwarfFDECache<A>::add(sects.dso_base, fdeInfo.pcStart, fdeInfo.pcEnd, in getInfoFromDwarfSection()
1702 (uint64_t)pc, (uint64_t)sects.dso_base); in getInfoFromCompactEncodingSection()
1710 pint_t targetFunctionOffset = pc - sects.dso_base; in getInfoFromCompactEncodingSection()
1773 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1778 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base; in getInfoFromCompactEncodingSection()
[all …]