Lines Matching defs:functionOffset
282 uint32_t functionOffset(uint32_t index) const {
285 functionOffset));
333 uint32_t functionOffset(uint32_t index) const {
336 functionOffset));
390 uint32_t functionOffset(uint32_t index) const {
409 uint32_t functionOffset(uint32_t index) const {
412 index, functionOffset));
1452 EHABIIndexEntry, _i, functionOffset);
1741 //mid, low, high, topIndex.functionOffset(mid));
1742 if (topIndex.functionOffset(mid) <= targetFunctionOffset) {
1744 (topIndex.functionOffset(mid + 1) > targetFunctionOffset)) {
1754 const uint32_t firstLevelFunctionOffset = topIndex.functionOffset(low);
1756 topIndex.functionOffset(low + 1);
1790 if (pageIndex.functionOffset(mid) <= targetFunctionOffset) {
1796 } else if (pageIndex.functionOffset(mid + 1) > targetFunctionOffset) {
1799 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base;
1809 funcStart = pageIndex.functionOffset(low) + sects.dso_base;
1845 if (pageIndex.functionOffset(mid) <= targetFunctionPageOffset) {
1847 (pageIndex.functionOffset(mid + 1) > targetFunctionPageOffset)) {
1857 funcStart = pageIndex.functionOffset(low) + firstLevelFunctionOffset
1861 pageIndex.functionOffset(low + 1) + firstLevelFunctionOffset
1908 // binary search looks for entry with exact match for functionOffset
1915 if (lsdaIndex.functionOffset(mid) == funcStartOffset) {
1918 } else if (lsdaIndex.functionOffset(mid) < funcStartOffset) {