Home
last modified time | relevance | path

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

/trueos/contrib/binutils/binutils/
HDnm.c1005 long static_count = 0; in display_rel_file() local
1017 static_count = symcount; in display_rel_file()
1028 synth_count = bfd_get_synthetic_symtab (abfd, static_count, static_syms, in display_rel_file()
/trueos/contrib/binutils/bfd/
HDelf64-ppc.c2782 long static_count, asymbol **static_syms, in ppc64_elf_get_synthetic_symtab() argument
2801 symcount = static_count; in ppc64_elf_get_synthetic_symtab()
2811 if (!relocatable && static_count != 0 && dyn_count != 0) in ppc64_elf_get_synthetic_symtab()
2814 memcpy (syms, static_syms, static_count * sizeof (*syms)); in ppc64_elf_get_synthetic_symtab()
2815 memcpy (syms + static_count, dyn_syms, (dyn_count + 1) * sizeof (*syms)); in ppc64_elf_get_synthetic_symtab()
2817 else if (!relocatable && static_count == 0) in ppc64_elf_get_synthetic_symtab()
/trueos/sys/netpfil/ipfw/
HDip_fw2.c185 SYSCTL_VNET_INT(_net_inet_ip_fw, OID_AUTO, static_count,