Searched refs:src_count (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | archive.c | 2313 long src_count; in _bfd_compute_and_write_armap() local 2336 for (src_count = 0; src_count < symcount; src_count++) in _bfd_compute_and_write_armap() 2338 flagword flags = (syms[src_count])->flags; in _bfd_compute_and_write_armap() 2339 asection *sec = syms[src_count]->section; in _bfd_compute_and_write_armap() 2363 if (strcmp (syms[src_count]->name, "__gnu_lto_slim") == 0) in _bfd_compute_and_write_armap() 2367 namelen = strlen (syms[src_count]->name); in _bfd_compute_and_write_armap() 2376 strcpy (*(map[orl_count].name), syms[src_count]->name); in _bfd_compute_and_write_armap()
|
D | vms-lib.c | 1953 long src_count; in _bfd_vms_lib_build_map() local 1980 for (src_count = 0; src_count < symcount; src_count++) in _bfd_vms_lib_build_map() 1982 flagword flags = (syms[src_count])->flags; in _bfd_vms_lib_build_map() 1983 asection *sec = syms[src_count]->section; in _bfd_vms_lib_build_map() 2005 map[map_count].namlen = strlen (syms[src_count]->name); in _bfd_vms_lib_build_map() 2006 map[map_count].name = syms[src_count]->name; in _bfd_vms_lib_build_map()
|
D | elf32-xtensa.c | 5090 int src_count, in find_source_reloc() argument 5096 for (i = 0; i < src_count; i++) in find_source_reloc() 5831 int src_count; member 5900 relax_info->src_count = 0; in init_xtensa_relax_info() 6778 bfd_malloc (relax_info->src_count * sizeof (source_reloc)); in analyze_relocations() 6781 relax_info->src_count = 0; in analyze_relocations() 6886 target_relax_info->src_count++; in find_relaxable_sections() 7247 BFD_ASSERT (relax_info->src_next == relax_info->src_count); in compute_text_actions() 8226 qsort (src_relocs, relax_info->src_count, in compute_removed_literals() 8240 for (i = 0; i < relax_info->src_count; i++) in compute_removed_literals() [all …]
|
D | ChangeLog-2007 | 3081 * elf32-xtensa.c (analyze_relocations): Zero src_count if not relaxing. 3082 (find_relaxable_sections): Do not increment src_count for unknown 3085 src_next matches src_count in relax_info.
|
D | ChangeLog-2004 | 953 call. Increment relax_info src_count field only for appropriate
|
D | ChangeLog-9495 | 8010 places. Change storage, symcount and src_count to long. Check
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | pe.em | 1805 long nsyms, src_count; 1817 for (src_count = 0; src_count < nsyms; src_count++) 1819 if (symbols[src_count]->section->id == stub_sec->id) 1824 symbols[src_count]->name,
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | objcopy.c | 1189 long src_count = 0, dst_count = 0; in filter_symbols() local 1192 for (; src_count < symcount; src_count++) in filter_symbols() 1194 asymbol *sym = from[src_count]; in filter_symbols()
|
D | ChangeLog-9197 | 3466 * objcopy.c (filter_symbols): Change symcount, src_count and
|