Searched refs:MAXRUN (Results 1 – 2 of 2) sorted by relevance
2333 unsigned int MAXRUN = 127; in do_with_relocs() local2335 run = MAXRUN; in do_with_relocs()2371 unsigned int MAXRUN = 127; in do_with_relocs() local2376 if (run > MAXRUN) in do_with_relocs()2377 run = MAXRUN; in do_with_relocs()2380 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.