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

/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dnm.c1028 long static_count = 0;
1040 static_count = symcount;
1051 synth_count = bfd_get_synthetic_symtab (abfd, static_count, static_syms,
1021 long static_count = 0; local
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2.c278 static u_int32_t static_count; /* # of static rules */ variable
293 SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, static_count, CTLFLAG_RD | CTLFLAG_LOCKED,
294 &static_count, 0, "Number of static rules");
2901 static_count++;
2906 rule->rulenum, static_count);)
2931 static_count--;
3042 static_count--;
3650 buf2 = _MALLOC(static_count * sizeof(struct ip_old_fw), M_TEMP, M_WAITOK);
3660 for (i = 0; i < static_count; i++) {
3688 buf_size = static_count * ipfwcompsiz
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf-m10300.c2001 int static_count = 0, i;
2007 &static_count);
2010 bfd_malloc (static_count * sizeof (struct elf32_mn10300_link_hash_entry *));
2017 qsort (entries, static_count, sizeof(entries[0]), sort_by_value);
2019 for (i=0; i<static_count-1; i++)
2024 for (j=i+1; j<static_count && entries[j]->value == entries[i]->value; j++)
2026 for (j=i; j<static_count && entries[j]->value == entries[i]->value; j++)
2000 int static_count = 0, i; local
H A Delf64-ppc.c2767 long static_count, asymbol **static_syms,
2786 symcount = static_count;
2796 if (!relocatable && static_count != 0 && dyn_count != 0)
2799 memcpy (syms, static_syms, static_count * sizeof (*syms));
2800 memcpy (syms + static_count, dyn_syms, (dyn_count + 1) * sizeof (*syms));
2802 else if (!relocatable && static_count == 0)
2763 ppc64_elf_get_synthetic_symtab(bfd *abfd, long static_count, asymbol **static_syms, long dyn_count, asymbol **dyn_syms, asymbol **ret) argument

Completed in 294 milliseconds