Searched refs:MAXRUN (Results 1 – 2 of 2) sorted by relevance
2242 unsigned int MAXRUN = 127; in do_with_relocs() local2244 run = MAXRUN; in do_with_relocs()2280 unsigned int MAXRUN = 127; in do_with_relocs() local2285 if (run > MAXRUN) in do_with_relocs()2286 run = MAXRUN; in do_with_relocs()2289 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.