Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwindCursor.hpp960 pint_t funcEnd = 0; in getInfoFromCompactEncodingSection() local
984 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
989 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base; in getInfoFromCompactEncodingSection()
1005 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1008 if (pc > funcEnd) { in getInfoFromCompactEncodingSection()
1013 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1050 funcEnd = in getInfoFromCompactEncodingSection()
1054 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1061 if (pc > funcEnd) { in getInfoFromCompactEncodingSection()
1064 (uint64_t) pc, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
[all …]