Searched refs:bfd_malloc2 (Results 1 – 13 of 13) sorted by relevance
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | libbfd.c | 194 bfd_malloc2 (bfd_size_type nmemb, bfd_size_type size) in bfd_malloc2() function 283 void *ptr = bfd_malloc2 (nmemb, size); in bfd_zmalloc2()
|
| HD | libbfd.h | 119 extern void *bfd_malloc2
|
| HD | elf.c | 442 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()
|
| HD | elflink.c | 7366 indbuf = (Elf_Internal_Sym **) bfd_malloc2 (symcount, sizeof (*indbuf)); in elf_create_symbuf()
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | libbfd.c | 285 bfd_malloc2 (bfd_size_type nmemb, bfd_size_type size) in bfd_malloc2() function 374 void *ptr = bfd_malloc2 (nmemb, size); in bfd_zmalloc2()
|
| HD | libbfd.h | 124 extern void *bfd_malloc2
|
| HD | elf.c | 455 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()
|
| HD | elfcode.h | 1713 = (Elf_External_Phdr *) bfd_malloc2 (i_ehdr.e_phnum, in NAME()
|
| HD | elflink.c | 7940 indbuf = (Elf_Internal_Sym **) bfd_malloc2 (symcount, sizeof (*indbuf)); in elf_create_symbuf()
|
| /dragonfly/contrib/gdb-7/bfd/ |
| HD | libbfd.c | 193 bfd_malloc2 (bfd_size_type nmemb, bfd_size_type size) in bfd_malloc2() function
|
| HD | libbfd.h | 118 extern void *bfd_malloc2
|
| HD | elf.c | 405 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()
|
| HD | elflink.c | 7182 indbuf = (Elf_Internal_Sym **) bfd_malloc2 (symcount, sizeof (*indbuf)); in elf_create_symbuf()
|