Searched refs:bfd_zmalloc (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfdwin.c134 i = bfd_zmalloc (sizeof (bfd_window_internal));
H A Dreloc16.c199 shrinks = (unsigned *) bfd_zmalloc (amt);
H A Dtrad-core.c149 rawptr = (struct trad_core_struct *) bfd_zmalloc (amt);
H A Dlibbfd.c271 bfd_zmalloc (bfd_size_type size)
860 w->i = bfd_zmalloc (sizeof (bfd_window_internal));
270 bfd_zmalloc (bfd_size_type size) function
H A Dsco5-core.c86 rawptr = (struct sco5_core_struct *) bfd_zmalloc (amt);
H A Dopncls.c54 nbfd = bfd_zmalloc (sizeof (bfd));
1469 contents = bfd_zmalloc (debuglink_size);
H A Dlibbfd-in.h101 extern void *bfd_zmalloc
H A Dlibbfd.h106 extern void *bfd_zmalloc
H A Dcoff-rs6000.c1879 symbol_table = bfd_zmalloc (symbol_table_size);
1980 symbol_table = bfd_zmalloc (symbol_table_size);
2493 member_table = bfd_zmalloc (member_table_size);
3756 data_buffer = (bfd_byte *) bfd_zmalloc (data_buffer_size);
3792 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
H A Delf32-spu.c1635 sec_data->stack_info = bfd_zmalloc (amt);
1979 Elf_Internal_Sym *fake = bfd_zmalloc (sizeof (*fake));
2047 fake = bfd_zmalloc (sizeof (*fake));
2112 psym_arr = bfd_zmalloc (bfd_idx * sizeof (*psym_arr));
2115 sec_arr = bfd_zmalloc (bfd_idx * sizeof (*sec_arr));
H A Decofflink.c1609 s = (bfd_byte *) bfd_zmalloc ((bfd_size_type) i);
1694 s = (bfd_byte *) bfd_zmalloc ((bfd_size_type) i);
1719 s = (bfd_byte *) bfd_zmalloc ((bfd_size_type) i);
H A Dmerge.c299 pad = bfd_zmalloc ((bfd_size_type) 1 << alignment_power);
H A Dcoff64-rs6000.c2302 data_buffer = (bfd_byte *) bfd_zmalloc (data_buffer_size);
2338 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
H A Delf-eh-frame.c511 sec_info = bfd_zmalloc (sizeof (struct eh_frame_sec_info)
H A Delflink.c2263 p = bfd_zmalloc (num_rel_hashes * sizeof (struct elf_link_hash_entry *));
4902 defined = bfd_zmalloc (amt);
4903 included = bfd_zmalloc (amt);
7534 sort = bfd_zmalloc (sort_elt * count);
9111 buf = bfd_zmalloc (size);
9683 finfo.symshndxbuf = bfd_zmalloc (amt);
11080 ptr = bfd_zmalloc (bytes);
H A Delf64-ppc.c3673 htab = bfd_zmalloc (amt);
7058 toc_ref = bfd_zmalloc (toc->size / 8);
7423 skip = bfd_zmalloc (sizeof (*skip) * (toc->size + 7) / 8);
7438 used = bfd_zmalloc (sizeof (*used) * (toc->size + 7) / 8);
8918 htab->stub_group = bfd_zmalloc (amt);
8941 input_list = bfd_zmalloc (amt);
H A Daoutx.h1744 cached = bfd_zmalloc (cached_size);
2296 reloc_cache = bfd_zmalloc (amt);
3771 buf = bfd_zmalloc (size);
H A Dxcofflink.c1026 reloc_info = bfd_zmalloc (amt);
1043 reloc_info[o->target_index].csects = bfd_zmalloc (amt);
5222 buf = bfd_zmalloc (size);
H A Delfcode.h1712 contents = bfd_zmalloc (contents_size);
H A Dcofflink.c2720 buf = bfd_zmalloc (size);
H A Dlinker.c2568 buf = bfd_zmalloc (size);
H A Delf32-arm.c2925 newerr = bfd_zmalloc (sizeof (elf32_vfp11_erratum_list));
3774 = bfd_zmalloc (sizeof (elf32_vfp11_erratum_list));
H A Decoff.c4167 buf = bfd_zmalloc (size);
H A Delf32-score.c3559 tdata = bfd_zmalloc (o->size / PDR_SIZE);
H A Delf64-alpha.c278 ret = (struct alpha_elf_link_hash_table *) bfd_zmalloc (amt);

Completed in 580 milliseconds

12