Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:EndOffset

200       uint64_t EndOffset = Symbols[i + 1].first - 1;
202 << " from [" << StartOffset << ", " << EndOffset << "]\n");
203 extractFunction(Symbols[i].second, Base + StartOffset, Base + EndOffset);
208 uint64_t EndOffset = Sect->Size - 1;
210 << " from [" << StartOffset << ", " << EndOffset << "]\n");
212 Base + StartOffset, Base + EndOffset);
337 uint64_t EndOffset = Symbols[i + 1].first - 1;
339 << " from [" << StartOffset << ", " << EndOffset << "]\n");
340 extractFunction(Symbols[i].second, Base + StartOffset, Base + EndOffset);
345 uint64_t EndOffset = Sect->Size - 1;
347 << " from [" << StartOffset << ", " << EndOffset << "]\n");
349 Base + StartOffset, Base + EndOffset);