Home
last modified time | relevance | path

Searched refs:static_count (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Dnm.c1115 long static_count = 0; in display_rel_file() local
1127 static_count = symcount; in display_rel_file()
1139 synth_count = bfd_get_synthetic_symtab (abfd, static_count, static_syms, in display_rel_file()
/toolchain/binutils/binutils-2.27/bfd/
Delf-m10300.c2985 int static_count = 0, i; in mn10300_elf_relax_section() local
2991 &static_count); in mn10300_elf_relax_section()
2993 entries = bfd_malloc (static_count * sizeof (* ptr)); in mn10300_elf_relax_section()
3000 qsort (entries, static_count, sizeof (entries[0]), sort_by_value); in mn10300_elf_relax_section()
3002 for (i = 0; i < static_count - 1; i++) in mn10300_elf_relax_section()
3008 for (j = i + 1; j < static_count && entries[j]->value == entries[i]->value; j++) in mn10300_elf_relax_section()
3011 for (j = i; j < static_count && entries[j]->value == entries[i]->value; j++) in mn10300_elf_relax_section()
Delf64-ppc.c3227 long static_count, asymbol **static_syms, in ppc64_elf_get_synthetic_symtab() argument
3250 symcount = static_count; in ppc64_elf_get_synthetic_symtab()
3260 if (!relocatable && static_count != 0 && dyn_count != 0) in ppc64_elf_get_synthetic_symtab()
3263 memcpy (syms, static_syms, static_count * sizeof (*syms)); in ppc64_elf_get_synthetic_symtab()
3264 memcpy (syms + static_count, dyn_syms, (dyn_count + 1) * sizeof (*syms)); in ppc64_elf_get_synthetic_symtab()
3266 else if (!relocatable && static_count == 0) in ppc64_elf_get_synthetic_symtab()