Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/bfd/
HDlibbfd.c194 bfd_malloc2 (bfd_size_type nmemb, bfd_size_type size) in bfd_malloc2() function
283 void *ptr = bfd_malloc2 (nmemb, size); in bfd_zmalloc2()
HDlibbfd.h119 extern void *bfd_malloc2
HDelf.c442 alloc_ext = bfd_malloc2 (symcount, extsym_size); in bfd_elf_get_elf_syms()
462 bfd_malloc2 (symcount, sizeof (Elf_External_Sym_Shndx)); in bfd_elf_get_elf_syms()
477 bfd_malloc2 (symcount, sizeof (Elf_Internal_Sym)); in bfd_elf_get_elf_syms()
4413 sections = (asection **) bfd_malloc2 (bfd_count_sections (abfd), in _bfd_elf_map_sections_to_segments()
6561 sections = (asection **) bfd_malloc2 (section_count, sizeof (asection *)); in rewrite_elf_program_header()
HDelflink.c7366 indbuf = (Elf_Internal_Sym **) bfd_malloc2 (symcount, sizeof (*indbuf)); in elf_create_symbuf()
/dragonfly/contrib/binutils-2.34/bfd/
HDlibbfd.c285 bfd_malloc2 (bfd_size_type nmemb, bfd_size_type size) in bfd_malloc2() function
374 void *ptr = bfd_malloc2 (nmemb, size); in bfd_zmalloc2()
HDlibbfd.h124 extern void *bfd_malloc2
HDelf.c455 alloc_ext = bfd_malloc2 (symcount, extsym_size); in bfd_elf_get_elf_syms()
475 bfd_malloc2 (symcount, sizeof (Elf_External_Sym_Shndx)); in bfd_elf_get_elf_syms()
490 bfd_malloc2 (symcount, sizeof (Elf_Internal_Sym)); in bfd_elf_get_elf_syms()
4691 sections = (asection **) bfd_malloc2 (bfd_count_sections (abfd), in _bfd_elf_map_sections_to_segments()
7148 sections = (asection **) bfd_malloc2 (section_count, sizeof (asection *)); in rewrite_elf_program_header()
8049 symstrtab = (struct elf_sym_strtab *) bfd_malloc2 (symcount + 1, in swap_out_syms()
HDelfcode.h1713 = (Elf_External_Phdr *) bfd_malloc2 (i_ehdr.e_phnum, in NAME()
HDelflink.c7940 indbuf = (Elf_Internal_Sym **) bfd_malloc2 (symcount, sizeof (*indbuf)); in elf_create_symbuf()
/dragonfly/contrib/gdb-7/bfd/
HDlibbfd.c193 bfd_malloc2 (bfd_size_type nmemb, bfd_size_type size) in bfd_malloc2() function
HDlibbfd.h118 extern void *bfd_malloc2
HDelf.c405 alloc_ext = bfd_malloc2 (symcount, extsym_size); in bfd_elf_get_elf_syms()
425 bfd_malloc2 (symcount, sizeof (Elf_External_Sym_Shndx)); in bfd_elf_get_elf_syms()
440 bfd_malloc2 (symcount, sizeof (Elf_Internal_Sym)); in bfd_elf_get_elf_syms()
3795 sections = (asection **) bfd_malloc2 (bfd_count_sections (abfd), in _bfd_elf_map_sections_to_segments()
5804 sections = (asection **) bfd_malloc2 (section_count, sizeof (asection *)); in rewrite_elf_program_header()
HDelflink.c7182 indbuf = (Elf_Internal_Sym **) bfd_malloc2 (symcount, sizeof (*indbuf)); in elf_create_symbuf()