Lines Matching defs:src_count
12436 long src_count;
12501 for (src_count = 0; src_count < symcount; src_count++)
12503 memcpy (&osymbuf[src_count], (elf_symbol_type *) sympp[src_count],
12505 osymbuf[src_count].symbol.section = bfd_abs_section_ptr;
12506 osymbuf[src_count].internal_elf_sym.st_shndx = SHN_ABS;
12507 osymbuf[src_count].symbol.value += sympp[src_count]->section->vma;
12508 osymbuf[src_count].internal_elf_sym.st_value =
12509 osymbuf[src_count].symbol.value;
12510 sympp[src_count] = &osymbuf[src_count].symbol;