Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dieee.c2242 unsigned int MAXRUN = 127; in do_with_relocs() local
2244 run = MAXRUN; in do_with_relocs()
2280 unsigned int MAXRUN = 127; in do_with_relocs() local
2285 if (run > MAXRUN) in do_with_relocs()
2286 run = MAXRUN; in do_with_relocs()
2289 run = MAXRUN; in do_with_relocs()
DChangeLog-96975824 Increase MAXRUN to 127. Change ov to be assigned, and take
5870 Limit the number of bytes between relocs to MAXRUN.