Searched refs:bfd_zalloc2 (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| D | opncls.texi | 250 @findex bfd_zalloc2 251 @subsubsection @code{bfd_zalloc2} 254 void *bfd_zalloc2 (bfd *abfd, bfd_size_type nmemb, bfd_size_type size);
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | libbfd-in.h | 120 extern void *bfd_zalloc2
|
| D | libbfd.h | 125 extern void *bfd_zalloc2
|
| D | opncls.c | 936 bfd_zalloc2 (bfd *abfd, bfd_size_type nmemb, bfd_size_type size) in bfd_zalloc2() function
|
| D | elf.c | 3084 i_shdrp = bfd_zalloc2 (abfd, section_number, sizeof (Elf_Internal_Shdr *)); in assign_section_numbers() 3346 sect_syms = bfd_zalloc2 (abfd, max_index, sizeof (asymbol *)); in elf_map_symbols() 6281 outbound_shndx = bfd_zalloc2 (abfd, 1 + symcount, in swap_out_syms() 6707 elf_tdata (abfd)->verref = bfd_zalloc2 (abfd, hdr->sh_info, in _bfd_elf_slurp_version_tables() 6867 elf_tdata (abfd)->verdef = bfd_zalloc2 (abfd, maxidx, in _bfd_elf_slurp_version_tables() 6959 elf_tdata (abfd)->verdef = bfd_zalloc2 (abfd, freeidx, in _bfd_elf_slurp_version_tables()
|
| D | ChangeLog-2005 | 1711 bfd_zalloc2): New prototypes. 1714 * opncls.c (bfd_alloc2, bfd_zalloc2): New functions.
|