Searched refs:SegLimit (Results 1 – 1 of 1) sorted by relevance
1144 int64_t SegLimit = 0xFFFFC; in ARM64FindSegmentsInFunction() local1147 if (RawFuncLength > SegLimit) { in ARM64FindSegmentsInFunction()1151 while (RemainingLength > SegLimit) { in ARM64FindSegmentsInFunction()1155 int64_t SegLength = SegLimit; in ARM64FindSegmentsInFunction()