Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1767 pint_t funcEnd = 0; in getInfoFromCompactEncodingSection() local
1791 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1796 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base; in getInfoFromCompactEncodingSection()
1812 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1815 if (pc > funcEnd) { in getInfoFromCompactEncodingSection()
1820 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1857 funcEnd = in getInfoFromCompactEncodingSection()
1861 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1869 if (pc > funcEnd) { in getInfoFromCompactEncodingSection()
1873 (uint64_t) pc, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
[all …]