Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libunwind/src/
H A DUnwindCursor.hpp1551 pint_t funcEnd = 0; in getInfoFromCompactEncodingSection() local
1575 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1580 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base; in getInfoFromCompactEncodingSection()
1596 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1599 if (pc > funcEnd) { in getInfoFromCompactEncodingSection()
1604 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1641 funcEnd = in getInfoFromCompactEncodingSection()
1645 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1652 if (pc > funcEnd) { in getInfoFromCompactEncodingSection()
1655 (uint64_t) pc, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
[all …]