Searched refs:thislines (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/ld/
H A Dldwrite.c455 unsigned int thislines = 0; local
466 thislines = sec->lineno_count;
481 || thislines + lines >= config.split_by_reloc
529 lines = thislines;
536 lines += thislines;
/haiku-buildtools/binutils/ld/
H A Dldwrite.c474 unsigned int thislines = 0; local
485 thislines = sec->lineno_count;
500 || thislines + lines >= config.split_by_reloc
548 lines = thislines;
555 lines += thislines;

Completed in 37 milliseconds