Home | History | Annotate | Download | only in bfd

Lines Matching full:scount

3484   bfd_size_type scount;
3536 scount = (int)(count / 4) * 4;
3537 if (scount > 0)
3549 rv = _bfd_elf_set_section_contents (abfd, section, swapped_data, offset, scount);
3555 count -= scount;
3556 location += scount;
3557 offset += scount;