Home
last modified time | relevance | path

Searched refs:bfd_zalloc2 (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/doc/
Dopncls.texi250 @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/
Dlibbfd-in.h120 extern void *bfd_zalloc2
Dlibbfd.h125 extern void *bfd_zalloc2
Dopncls.c936 bfd_zalloc2 (bfd *abfd, bfd_size_type nmemb, bfd_size_type size) in bfd_zalloc2() function
Delf.c3084 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()
DChangeLog-20051711 bfd_zalloc2): New prototypes.
1714 * opncls.c (bfd_alloc2, bfd_zalloc2): New functions.