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));
1448 EHABIIndexEntry, _i, functionOffset);
1737 //mid, low, high, topIndex.functionOffset(mid));
1738 if (topIndex.functionOffset(mid) <= targetFunctionOffset) {
1740 (topIndex.functionOffset(mid + 1) > targetFunctionOffset)) {
1750 const uint32_t firstLevelFunctionOffset = topIndex.functionOffset(low);
1752 topIndex.functionOffset(low + 1);
1786 if (pageIndex.functionOffset(mid) <= targetFunctionOffset) {
1792 } else if (pageIndex.functionOffset(mid + 1) > targetFunctionOffset) {
1795 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base;
1805 funcStart = pageIndex.functionOffset(low) + sects.dso_base;
1841 if (pageIndex.functionOffset(mid) <= targetFunctionPageOffset) {
1843 (pageIndex.functionOffset(mid + 1) > targetFunctionPageOffset)) {
1853 funcStart = pageIndex.functionOffset(low) + firstLevelFunctionOffset
1857 pageIndex.functionOffset(low + 1) + firstLevelFunctionOffset
1904 // binary search looks for entry with exact match for functionOffset
1911 if (lsdaIndex.functionOffset(mid) == funcStartOffset) {
1914 } else if (lsdaIndex.functionOffset(mid) < funcStartOffset) {