Home
last modified time | relevance | path

Searched refs:MAXRUN (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
HDieee.c2234 unsigned int MAXRUN = 127; in do_with_relocs() local
2236 run = MAXRUN; in do_with_relocs()
2272 unsigned int MAXRUN = 127; in do_with_relocs() local
2277 if (run > MAXRUN) in do_with_relocs()
2278 run = MAXRUN; in do_with_relocs()
2281 run = MAXRUN; in do_with_relocs()
HDChangeLog-96975824 Increase MAXRUN to 127. Change ov to be assigned, and take
5870 Limit the number of bytes between relocs to MAXRUN.