Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dieee.c2333 unsigned int MAXRUN = 127; in do_with_relocs() local
2335 run = MAXRUN; in do_with_relocs()
2371 unsigned int MAXRUN = 127; in do_with_relocs() local
2376 if (run > MAXRUN) in do_with_relocs()
2377 run = MAXRUN; in do_with_relocs()
2380 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.