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

/freebsd-12-stable/contrib/binutils/bfd/
H A Darchive.c1833 long src_count;
1856 for (src_count = 0; src_count < symcount; src_count++)
1858 flagword flags = (syms[src_count])->flags;
1859 asection *sec = syms[src_count]->section;
1882 namelen = strlen (syms[src_count]->name);
1890 strcpy (*(map[orl_count].name), syms[src_count]->name);
1824 long src_count; local
/freebsd-12-stable/sys/dev/ioat/
H A Dioat_internal.h304 uint32_t src_count:3; member in struct:ioat_xor_hw_descriptor::__anon13277::__anon13278
342 uint32_t src_count:3; member in struct:ioat_pq_hw_descriptor::__anon13279::__anon13280
/freebsd-12-stable/usr.sbin/camdd/
H A Dcamdd.c248 int src_count; member in struct:camdd_buf
810 data->sg_count = buf->src_count;
850 i < buf->src_count && tmp_buf != NULL; i++,
951 buf->src_count++;
2828 buf->src_count++;
2878 buf->src_count++;
/freebsd-12-stable/contrib/binutils/binutils/
H A Dobjcopy.c914 long src_count = 0, dst_count = 0;
917 for (; src_count < symcount; src_count++)
919 asymbol *sym = from[src_count];
912 long src_count = 0, dst_count = 0; local

Completed in 125 milliseconds