Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 220) sorted by relevance

123456789

/toolchain/binutils/binutils-2.25/bfd/
Dcpu-i386.c47 bfd_arch_i386_fill (bfd_size_type count, bfd_boolean code, in bfd_arch_i386_fill()
103 bfd_arch_i386_short_nop_fill (bfd_size_type count, in bfd_arch_i386_short_nop_fill()
113 bfd_arch_i386_long_nop_fill (bfd_size_type count, in bfd_arch_i386_long_nop_fill()
123 bfd_arch_i386_onebyte_nop_fill (bfd_size_type count, in bfd_arch_i386_onebyte_nop_fill()
Di386lynx.c377 bfd_size_type count; in NAME() local
472 unsigned int count = section->reloc_count; in NAME() local
520 unsigned int count; in NAME() local
Dnlm32-i386.c237 bfd_size_type count) in nlm_i386_mangle_relocs()
376 bfd_size_type count, in nlm_i386_write_external()
Dihex.c635 bfd_size_type count) in ihex_get_section_contents()
660 bfd_size_type count) in ihex_set_section_contents()
715 size_t count, in ihex_write_record()
770 bfd_size_type count; in ihex_write_object_contents() local
/toolchain/binutils/binutils-2.25/gprof/
Dcall_graph.c34 cg_tally (bfd_vma from_pc, bfd_vma self_pc, unsigned long count) in cg_tally()
83 unsigned int count; in cg_read_rec() local
Dcg_arcs.h34 unsigned long count; /* # of calls from parent to child */ member
/toolchain/binutils/binutils-2.25/libiberty/
Dbzero.c20 bzero (void *to, size_t count) in bzero()
Dbcmp.c23 bcmp (const void *s1, const void *s2, size_t count) in bcmp()
Dspaces.c48 spaces (int count) in spaces()
Dmemcmp.c23 memcmp (const PTR str1, const PTR str2, size_t count) in memcmp()
Dmkstemps.c88 int count; in mkstemps() local
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dtls-multi-got-1-2.s1 .macro one_sym count argument
Dmulti-got-no-shared-2.s1 .macro one_sym count argument
Dmulti-got-no-shared-1.s1 .macro one_sym count argument
Dtls-multi-got-1-1.s1 .macro one_sym count argument
/toolchain/binutils/binutils-2.25/gold/
Dpread.c37 pread (int fd, void *buf, size_t count, off_t offset) in pread()
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
Dpr12758b.c3 int memcmp(const void *cs, const void *ct, size_t count) in memcmp()
/toolchain/binutils/binutils-2.25/gold/testsuite/
Dconstructor_test.cc43 static int count; member in c1
/toolchain/binutils/binutils-2.25/opcodes/
Dcgen-dis.c101 int count, in hash_insn_array()
176 int count = cgen_insn_count (cd) + cgen_macro_insn_count (cd); in build_dis_hash_table() local
Dns32k-dis.c263 bit_extract (bfd_byte *buffer, int offset, int count) in bit_extract()
290 bit_extract_simple (bfd_byte *buffer, int offset, int count) in bit_extract_simple()
314 bit_copy (bfd_byte *buffer, int offset, int count, char *to) in bit_copy()
331 flip_bytes (char *ptr, int count) in flip_bytes()
/toolchain/binutils/binutils-2.25/include/
Dlonglong.h210 #define count_leading_zeros(count, x) \ argument
379 #define count_leading_zeros(count, x) \ argument
480 #define count_leading_zeros(count, x) ((count) = __builtin_clz (x)) argument
481 #define count_trailing_zeros(count, x) ((count) = __builtin_ctz (x)) argument
516 #define count_leading_zeros(count, x) ((count) = __builtin_clzll (x)) argument
517 #define count_trailing_zeros(count, x) ((count) = __builtin_ctzll (x)) argument
564 #define count_leading_zeros(count, x) \ argument
580 #define count_trailing_zeros(count, x) \ argument
734 #define count_leading_zeros(count, x) \ argument
741 #define count_leading_zeros(count,x) ((count) = __builtin_clz (x)) argument
[all …]
/toolchain/binutils/binutils-2.25/libiberty/testsuite/
Ddemangler-fuzzer.c55 int count = 0, maxcount = DEFAULT_MAXCOUNT; in main() local
/toolchain/binutils/binutils-2.25/ld/
Dldctor.h38 size_t count; /* Number of elements. */ member
Dldwrite.c335 clone_section (bfd *abfd, asection *s, const char *name, int *count) in clone_section()
465 int count = 0; in split_sections() local
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
Dinit-mixed.c6 static int count; variable

123456789