Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp1733 pint_t funcEnd = 0; in getInfoFromCompactEncodingSection() local
1757 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1762 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base; in getInfoFromCompactEncodingSection()
1778 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1781 if (pc > funcEnd) { in getInfoFromCompactEncodingSection()
1786 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1823 funcEnd = in getInfoFromCompactEncodingSection()
1827 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1835 if (pc > funcEnd) { in getInfoFromCompactEncodingSection()
1839 (uint64_t) pc, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
[all …]