Searched refs:min_delta (Results 1 – 1 of 1) sorted by relevance
107 static int32_t ChooseRelocationOffsetDelta(int32_t min_delta, int32_t max_delta) { in ChooseRelocationOffsetDelta() argument108 CHECK_ALIGNED(min_delta, kElfSegmentAlignment); in ChooseRelocationOffsetDelta()110 CHECK_LT(min_delta, max_delta); in ChooseRelocationOffsetDelta()112 int32_t r = GetRandomNumber<int32_t>(min_delta, max_delta); in ChooseRelocationOffsetDelta()118 CHECK_LE(min_delta, r); in ChooseRelocationOffsetDelta()