Home | History | Annotate | Download | only in Unwind

Lines Matching refs:pageIndex

943     UnwindSectionRegularArray<A> pageIndex(
955 if (pageIndex.functionOffset(mid) <= targetFunctionOffset) {
961 } else if (pageIndex
964 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base;
973 encoding = pageIndex.encoding(low);
974 funcStart = pageIndex.functionOffset(low) + sects.dso_base;
995 UnwindSectionCompressedArray<A> pageIndex(
1010 if (pageIndex.functionOffset(mid) <= targetFunctionPageOffset) {
1012 (pageIndex.functionOffset(mid + 1) > targetFunctionPageOffset)) {
1022 funcStart = pageIndex.functionOffset(low) + firstLevelFunctionOffset
1026 pageIndex.functionOffset(low + 1) + firstLevelFunctionOffset
1042 uint16_t encodingIndex = pageIndex.encodingIndex(low);