Searched refs:static_count (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/bsd/libc++/dist/libcxxrt/test/
H A Dtest_guard.cc4 static int static_count; variable
10 static_count++;
28 TEST(static_count == 2, "Each static only initialized once");
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dnm.c1143 long static_count = 0;
1156 static_count = symcount;
1168 synth_count = bfd_get_synthetic_symtab (abfd, static_count, static_syms,
1136 long static_count = 0; local
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf-m10300.c2969 int static_count = 0, i;
2975 &static_count);
2977 entries = bfd_malloc (static_count * sizeof (* ptr));
2984 qsort (entries, static_count, sizeof (entries[0]), sort_by_value);
2986 for (i = 0; i < static_count - 1; i++)
2992 for (j = i + 1; j < static_count && entries[j]->value == entries[i]->value; j++)
2995 for (j = i; j < static_count && entries[j]->value == entries[i]->value; j++)
2968 int static_count = 0, i; local
H A Delf64-ppc.c2246 long static_count, asymbol **static_syms,
2276 symcount = static_count;
2286 if (!relocatable && static_count != 0 && dyn_count != 0)
2289 memcpy (syms, static_syms, static_count * sizeof (*syms));
2290 memcpy (syms + static_count, dyn_syms,
2293 else if (!relocatable && static_count == 0)
2242 ppc64_elf_get_synthetic_symtab(bfd *abfd, long static_count, asymbol **static_syms, long dyn_count, asymbol **dyn_syms, asymbol **ret) argument
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf-m10300.c2969 int static_count = 0, i;
2975 &static_count);
2977 entries = bfd_malloc (static_count * sizeof (* ptr));
2984 qsort (entries, static_count, sizeof (entries[0]), sort_by_value);
2986 for (i = 0; i < static_count - 1; i++)
2992 for (j = i + 1; j < static_count && entries[j]->value == entries[i]->value; j++)
2995 for (j = i; j < static_count && entries[j]->value == entries[i]->value; j++)
2968 int static_count = 0, i; local
H A Delf64-ppc.c2208 long static_count, asymbol **static_syms,
2238 symcount = static_count;
2248 if (!relocatable && static_count != 0 && dyn_count != 0)
2251 memcpy (syms, static_syms, static_count * sizeof (*syms));
2252 memcpy (syms + static_count, dyn_syms,
2255 else if (!relocatable && static_count == 0)
2204 ppc64_elf_get_synthetic_symtab(bfd *abfd, long static_count, asymbol **static_syms, long dyn_count, asymbol **dyn_syms, asymbol **ret) argument
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf-m10300.c2969 int static_count = 0, i;
2975 &static_count);
2977 entries = bfd_malloc (static_count * sizeof (* ptr));
2984 qsort (entries, static_count, sizeof (entries[0]), sort_by_value);
2986 for (i = 0; i < static_count - 1; i++)
2992 for (j = i + 1; j < static_count && entries[j]->value == entries[i]->value; j++)
2995 for (j = i; j < static_count && entries[j]->value == entries[i]->value; j++)
2968 int static_count = 0, i; local
H A Delf64-ppc.c2246 long static_count, asymbol **static_syms,
2276 symcount = static_count;
2286 if (!relocatable && static_count != 0 && dyn_count != 0)
2289 memcpy (syms, static_syms, static_count * sizeof (*syms));
2290 memcpy (syms + static_count, dyn_syms,
2293 else if (!relocatable && static_count == 0)
2242 ppc64_elf_get_synthetic_symtab(bfd *abfd, long static_count, asymbol **static_syms, long dyn_count, asymbol **dyn_syms, asymbol **ret) argument
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf-m10300.c2969 int static_count = 0, i;
2975 &static_count);
2977 entries = bfd_malloc (static_count * sizeof (* ptr));
2984 qsort (entries, static_count, sizeof (entries[0]), sort_by_value);
2986 for (i = 0; i < static_count - 1; i++)
2992 for (j = i + 1; j < static_count && entries[j]->value == entries[i]->value; j++)
2995 for (j = i; j < static_count && entries[j]->value == entries[i]->value; j++)
2968 int static_count = 0, i; local
H A Delf64-ppc.c2246 long static_count, asymbol **static_syms,
2276 symcount = static_count;
2286 if (!relocatable && static_count != 0 && dyn_count != 0)
2289 memcpy (syms, static_syms, static_count * sizeof (*syms));
2290 memcpy (syms + static_count, dyn_syms,
2293 else if (!relocatable && static_count == 0)
2242 ppc64_elf_get_synthetic_symtab(bfd *abfd, long static_count, asymbol **static_syms, long dyn_count, asymbol **dyn_syms, asymbol **ret) argument
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dnm.c1459 long static_count = 0;
1472 static_count = symcount;
1484 synth_count = bfd_get_synthetic_symtab (abfd, static_count, static_syms,
1452 long static_count = 0; local
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dnm.c1459 long static_count = 0;
1472 static_count = symcount;
1484 synth_count = bfd_get_synthetic_symtab (abfd, static_count, static_syms,
1452 long static_count = 0; local

Completed in 304 milliseconds