Home
last modified time | relevance | path

Searched refs:src_count (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
HDarchive.c1824 long src_count; in _bfd_compute_and_write_armap() local
1847 for (src_count = 0; src_count < symcount; src_count++) in _bfd_compute_and_write_armap()
1849 flagword flags = (syms[src_count])->flags; in _bfd_compute_and_write_armap()
1850 asection *sec = syms[src_count]->section; in _bfd_compute_and_write_armap()
1873 namelen = strlen (syms[src_count]->name); in _bfd_compute_and_write_armap()
1881 strcpy (*(map[orl_count].name), syms[src_count]->name); in _bfd_compute_and_write_armap()
HDChangeLog1358 * elf32-xtensa.c (analyze_relocations): Zero src_count if not relaxing.
1359 (find_relaxable_sections): Do not increment src_count for unknown
1362 src_next matches src_count in relax_info.
HDChangeLog-94958010 places. Change storage, symcount and src_count to long. Check
/freebsd-11-stable/sys/dev/ioat/
HDioat_internal.h304 uint32_t src_count:3; member
342 uint32_t src_count:3; member
/freebsd-11-stable/usr.sbin/camdd/
HDcamdd.c249 int src_count; member
822 data->sg_count = buf->src_count; in camdd_buf_sg_create()
862 i < buf->src_count && tmp_buf != NULL; i++, in camdd_buf_sg_create()
954 buf->src_count++; in camdd_buf_add_child()
2727 buf->src_count++;
2777 buf->src_count++;
/freebsd-11-stable/contrib/binutils/ld/emultempl/
HDpe.em1292 long src_count;
1299 for (src_count = 0; src_count < symsize; src_count++)
1301 if (symbols[src_count]->section->id == stub_sec->id)
1306 symbols[src_count]->name,
/freebsd-11-stable/contrib/binutils/binutils/
HDobjcopy.c912 long src_count = 0, dst_count = 0; in filter_symbols() local
915 for (; src_count < symcount; src_count++) in filter_symbols()
917 asymbol *sym = from[src_count]; in filter_symbols()
HDChangeLog-91973466 * objcopy.c (filter_symbols): Change symcount, src_count and