Searched refs:src_count (Results 1 – 8 of 8) sorted by relevance
1824 long src_count; in _bfd_compute_and_write_armap() local1847 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()
1358 * elf32-xtensa.c (analyze_relocations): Zero src_count if not relaxing.1359 (find_relaxable_sections): Do not increment src_count for unknown1362 src_next matches src_count in relax_info.
8010 places. Change storage, symcount and src_count to long. Check
304 uint32_t src_count:3; member342 uint32_t src_count:3; member
249 int src_count; member822 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++;
1292 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,
912 long src_count = 0, dst_count = 0; in filter_symbols() local915 for (; src_count < symcount; src_count++) in filter_symbols()917 asymbol *sym = from[src_count]; in filter_symbols()
3466 * objcopy.c (filter_symbols): Change symcount, src_count and