Searched refs:SegLimit (Results 1 – 1 of 1) sorted by relevance
1359 int64_t SegLimit = 0xFFFFC; in ARM64FindSegmentsInFunction() local1362 if (RawFuncLength > SegLimit) { in ARM64FindSegmentsInFunction()1366 while (RemainingLength > SegLimit) { in ARM64FindSegmentsInFunction()1370 int64_t SegLength = SegLimit; in ARM64FindSegmentsInFunction()