Home | History | Annotate | Download | only in bfd

Lines Matching full:relcount

96   unsigned int 		relcount;
463 entry = vars->reltab + vars->relcount;
464 internal = vars->int_reltab + vars->relcount;
475 vars->relcount ++;
477 BFD_ASSERT (vars->relcount <= NUM_ILF_RELOCS);
507 sec->reloc_count = vars->relcount;
510 vars->reltab += vars->relcount;
511 vars->int_reltab += vars->relcount;
512 vars->relcount = 0;
828 vars.relcount = 0;