Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp1749 pint_t funcEnd = 0; in getInfoFromCompactEncodingSection() local
1773 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1778 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base; in getInfoFromCompactEncodingSection()
1794 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1797 if (pc > funcEnd) { in getInfoFromCompactEncodingSection()
1802 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1839 funcEnd = in getInfoFromCompactEncodingSection()
1843 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1851 if (pc > funcEnd) { in getInfoFromCompactEncodingSection()
1855 (uint64_t) pc, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
[all …]