Home
last modified time | relevance | path

Searched refs:bfd_malloc2 (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Dlibbfd-in.h103 extern void *bfd_malloc2
H A Dlibbfd.c182 bfd_malloc2 (bfd_size_type nmemb, bfd_size_type size) in bfd_malloc2() function
H A Dlibbfd.h108 extern void *bfd_malloc2
H A Delf.c368 alloc_ext = bfd_malloc2 (symcount, extsym_size); in bfd_elf_get_elf_syms()
387 alloc_extshndx = bfd_malloc2 (symcount, in bfd_elf_get_elf_syms()
402 intsym_buf = bfd_malloc2 (symcount, sizeof (Elf_Internal_Sym)); in bfd_elf_get_elf_syms()
3860 sections = bfd_malloc2 (bfd_count_sections (abfd), sizeof (asection *)); in _bfd_elf_map_sections_to_segments()
5573 sections = bfd_malloc2 (section_count, sizeof (asection *)); in rewrite_elf_program_header()
8914 = bfd_malloc2 (symcount, sizeof (*indbuf)); in elf_create_symbuf()