Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dbsearch.c73 size_t nmemb, register size_t size, in bsearch()
/toolchain/binutils/binutils-2.25/bfd/
Dlibbfd.c191 bfd_malloc2 (bfd_size_type nmemb, bfd_size_type size) in bfd_malloc2()
245 bfd_realloc2 (void *ptr, bfd_size_type nmemb, bfd_size_type size) in bfd_realloc2()
334 bfd_zmalloc2 (bfd_size_type nmemb, bfd_size_type size) in bfd_zmalloc2()
Dopncls.c971 bfd_alloc2 (bfd *abfd, bfd_size_type nmemb, bfd_size_type size) in bfd_alloc2()
1020 bfd_zalloc2 (bfd *abfd, bfd_size_type nmemb, bfd_size_type size) in bfd_zalloc2()
Delf32-nds32.c2297 nds32_insertion_sort (void *base, size_t nmemb, size_t size, in nds32_insertion_sort()
/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c7220 cmalloc (size_t nmemb, size_t size) in cmalloc()
7230 xcmalloc (size_t nmemb, size_t size) in xcmalloc()
7240 xcrealloc (void *ptr, size_t nmemb, size_t size) in xcrealloc()
Dreadelf.c309 get_data (void * var, FILE * file, long offset, size_t size, size_t nmemb, in get_data()