Searched defs:nmemb (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | bsearch.c | 73 size_t nmemb, register size_t size, in bsearch()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | libbfd.c | 191 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()
|
D | opncls.c | 971 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()
|
D | elf32-nds32.c | 2297 nds32_insertion_sort (void *base, size_t nmemb, size_t size, in nds32_insertion_sort()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | dwarf.c | 7220 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()
|
D | readelf.c | 309 get_data (void * var, FILE * file, long offset, size_t size, size_t nmemb, in get_data()
|