Searched refs:src_count (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | archive.c | 1812 long src_count; in _bfd_compute_and_write_armap() local 1835 for (src_count = 0; src_count < symcount; src_count++) in _bfd_compute_and_write_armap() 1837 flagword flags = (syms[src_count])->flags; in _bfd_compute_and_write_armap() 1838 asection *sec = syms[src_count]->section; in _bfd_compute_and_write_armap() 1861 namelen = strlen (syms[src_count]->name); in _bfd_compute_and_write_armap() 1869 strcpy (*(map[orl_count].name), syms[src_count]->name); in _bfd_compute_and_write_armap()
|
| H A D | elf32-xtensa.c | 3367 find_source_reloc (src_relocs, src_count, sec, irel) in find_source_reloc() argument 3369 int src_count; 3375 for (i = 0; i < src_count; i++) 3815 int src_count; member 3864 relax_info->src_count = 0; 4156 bfd_malloc (relax_info->src_count * sizeof (source_reloc)); 4221 target_relax_info->src_count++; 4524 qsort (src_relocs, relax_info->src_count, 4527 for (i = 0; i < relax_info->src_count; i++) 4549 && (i == relax_info->src_count - 1 [all …]
|
| H A D | ChangeLog-9495 | 8010 places. Change storage, symcount and src_count to long. Check
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | archive.c | 1845 long src_count; in _bfd_compute_and_write_armap() local 1868 for (src_count = 0; src_count < symcount; src_count++) in _bfd_compute_and_write_armap() 1870 flagword flags = (syms[src_count])->flags; in _bfd_compute_and_write_armap() 1871 asection *sec = syms[src_count]->section; in _bfd_compute_and_write_armap() 1894 namelen = strlen (syms[src_count]->name); in _bfd_compute_and_write_armap() 1902 strcpy (*(map[orl_count].name), syms[src_count]->name); in _bfd_compute_and_write_armap()
|
| H A D | elf32-xtensa.c | 4258 int src_count, in find_source_reloc() argument 4264 for (i = 0; i < src_count; i++) in find_source_reloc() 4980 int src_count; member 5046 relax_info->src_count = 0; in init_xtensa_relax_info() 5927 bfd_malloc (relax_info->src_count * sizeof (source_reloc)); in analyze_relocations() 6025 target_relax_info->src_count++; in find_relaxable_sections() 7309 qsort (src_relocs, relax_info->src_count, in compute_removed_literals() 7323 for (i = 0; i < relax_info->src_count; i++) in compute_removed_literals() 7355 if (is_removable_literal (rel, i, src_relocs, relax_info->src_count)) in compute_removed_literals() 7370 relax_info->src_count - i, rel, in compute_removed_literals() [all …]
|
| H A D | ChangeLog-2004 | 953 call. Increment relax_info src_count field only for appropriate
|
| H A D | ChangeLog-9495 | 8010 places. Change storage, symcount and src_count to long. Check
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | objcopy.c | 792 long src_count = 0, dst_count = 0; in filter_symbols() local 796 for (; src_count < symcount; src_count++) in filter_symbols() 798 asymbol *sym = from[src_count]; in filter_symbols()
|
| H A D | ChangeLog-9197 | 3466 * objcopy.c (filter_symbols): Change symcount, src_count and
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | objcopy.c | 845 long src_count = 0, dst_count = 0; in filter_symbols() local 849 for (; src_count < symcount; src_count++) in filter_symbols() 851 asymbol *sym = from[src_count]; in filter_symbols()
|
| H A D | ChangeLog-9197 | 3466 * objcopy.c (filter_symbols): Change symcount, src_count and
|