Home
last modified time | relevance | path

Searched defs:nmemb (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dbsearch.c73 size_t nmemb, register size_t size, in bsearch()
/toolchain/binutils/binutils-2.27/bfd/
Dlibbfd.c194 bfd_malloc2 (bfd_size_type nmemb, bfd_size_type size) in bfd_malloc2()
237 bfd_realloc2 (void *ptr, bfd_size_type nmemb, bfd_size_type size) in bfd_realloc2()
281 bfd_zmalloc2 (bfd_size_type nmemb, bfd_size_type size) in bfd_zmalloc2()
Dopncls.c977 bfd_alloc2 (bfd *abfd, bfd_size_type nmemb, bfd_size_type size) in bfd_alloc2()
1026 bfd_zalloc2 (bfd *abfd, bfd_size_type nmemb, bfd_size_type size) in bfd_zalloc2()
Delf32-nds32.c2298 nds32_insertion_sort (void *base, size_t nmemb, size_t size, in nds32_insertion_sort()
/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c7788 cmalloc (size_t nmemb, size_t size) in cmalloc()
7801 xcmalloc (size_t nmemb, size_t size) in xcmalloc()
7819 xcrealloc (void *ptr, size_t nmemb, size_t size) in xcrealloc()
7835 xcalloc2 (size_t nmemb, size_t size) in xcalloc2()
Dreadelf.c333 bfd_size_type nmemb, const char * reason) in get_data()