Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp132 uintptr_t dso_base; member
400 cbdata->sects->dso_base = begin; in checkAddrInSegment()
495 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections()
508 info.dso_base = dynamicUnwindSectionInfo.dso_base; in findUnwindSections()
521 info.dso_base = 0; in findUnwindSections()
564 info.dso_base = (uintptr_t)mods[i]; in findUnwindSections()
629 info.dso_base = reinterpret_cast<uintptr_t>(findResult.dlfo_map_start); in findUnwindSections()
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 DUnwindCursor.hpp1019 pint_t pc, uintptr_t dso_base);
1632 uintptr_t dso_base) { in getInfoFromFdeCie() argument
1648 _info.extra = static_cast<unw_word_t>(dso_base); in getInfoFromFdeCie()
1678 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc); in getInfoFromDwarfSection()
1694 if (getInfoFromFdeCie(fdeInfo, cieInfo, pc, sects.dso_base)) { in getInfoFromDwarfSection()
1720 (uint64_t)pc, (uint64_t)sects.dso_base); in getInfoFromCompactEncodingSection()
1728 pint_t targetFunctionOffset = pc - sects.dso_base; in getInfoFromCompactEncodingSection()
1806 funcStart = pageIndex.functionOffset(low) + sects.dso_base; in getInfoFromCompactEncodingSection()
1861 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1913 lsda = lsdaIndex.lsdaOffset(mid) + sects.dso_base; in getInfoFromCompactEncodingSection()
[all …]
H A Dlibunwind_ext.h84 unw_word_t dso_base; member
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp55 uintptr_t dso_base; member
1027 Info.dso_base = reinterpret_cast<uintptr_t>(JD.Header); in lookupUnwindSections()