Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp131 // No dso_base for SEH.
132 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.hpp1018 pint_t pc, uintptr_t dso_base);
1631 uintptr_t dso_base) { in getInfoFromFdeCie() argument
1647 _info.extra = static_cast<unw_word_t>(dso_base); in getInfoFromFdeCie()
1677 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc); in getInfoFromDwarfSection()
1693 if (getInfoFromFdeCie(fdeInfo, cieInfo, pc, sects.dso_base)) { in getInfoFromDwarfSection()
1700 DwarfFDECache<A>::add(sects.dso_base, fdeInfo.pcStart, fdeInfo.pcEnd, in getInfoFromDwarfSection()
1719 (uint64_t)pc, (uint64_t)sects.dso_base); in getInfoFromCompactEncodingSection()
1727 pint_t targetFunctionOffset = pc - sects.dso_base; in getInfoFromCompactEncodingSection()
1790 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1795 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base; in getInfoFromCompactEncodingSection()
[all …]
H A Dlibunwind_ext.h84 unw_word_t dso_base; member
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp55 uintptr_t dso_base;
1027 Info.dso_base = reinterpret_cast<uintptr_t>(JD.Header); in dlopenInitialize()
54 uintptr_t dso_base; global() member