Searched refs:MAXRUN (Results 1 – 2 of 2) sorted by relevance
2234 unsigned int MAXRUN = 127; in do_with_relocs() local2236 run = MAXRUN; in do_with_relocs()2272 unsigned int MAXRUN = 127; in do_with_relocs() local2277 if (run > MAXRUN) in do_with_relocs()2278 run = MAXRUN; in do_with_relocs()2281 run = MAXRUN; in do_with_relocs()
5824 Increase MAXRUN to 127. Change ov to be assigned, and take5870 Limit the number of bytes between relocs to MAXRUN.