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

/freebsd-11.0-release/contrib/binutils/ld/
H A Dldwrite.c456 unsigned int thisrelocs = 0; local
469 thisrelocs = sec->reloc_count;
477 thisrelocs++;
480 && (thisrelocs + relocs >= config.split_by_reloc
528 relocs = thisrelocs;
535 relocs += thisrelocs;

Completed in 40 milliseconds