Home | History | Annotate | Download | only in src

Lines Matching defs:functionOffset

226   uint32_t functionOffset(uint32_t index) const {
229 functionOffset));
277 uint32_t functionOffset(uint32_t index) const {
280 functionOffset));
334 uint32_t functionOffset(uint32_t index) const {
353 uint32_t functionOffset(uint32_t index) const {
356 index, functionOffset));
639 uint32_t functionOffset;
684 EHABIIndexEntry, _i, functionOffset);
931 //mid, low, high, topIndex.functionOffset(mid));
932 if (topIndex.functionOffset(mid) <= targetFunctionOffset) {
934 (topIndex.functionOffset(mid + 1) > targetFunctionOffset)) {
944 const uint32_t firstLevelFunctionOffset = topIndex.functionOffset(low);
946 topIndex.functionOffset(low + 1);
980 if (pageIndex.functionOffset(mid) <= targetFunctionOffset) {
986 } else if (pageIndex.functionOffset(mid + 1) > targetFunctionOffset) {
989 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base;
999 funcStart = pageIndex.functionOffset(low) + sects.dso_base;
1035 if (pageIndex.functionOffset(mid) <= targetFunctionPageOffset) {
1037 (pageIndex.functionOffset(mid + 1) > targetFunctionPageOffset)) {
1047 funcStart = pageIndex.functionOffset(low) + firstLevelFunctionOffset
1051 pageIndex.functionOffset(low + 1) + firstLevelFunctionOffset
1096 // binary search looks for entry with exact match for functionOffset
1103 if (lsdaIndex.functionOffset(mid) == funcStartOffset) {
1106 } else if (lsdaIndex.functionOffset(mid) < funcStartOffset) {