Home
last modified time | relevance | path

Searched refs:bfd_zmalloc (Results 1 – 25 of 83) sorted by relevance

1234

/openbsd/src/gnu/usr.bin/binutils/bfd/
Dlibbfd.c186 bfd_zmalloc (bfd_size_type size) in bfd_zmalloc() function
731 w->i = bfd_zmalloc (sizeof (bfd_window_internal)); in _bfd_generic_get_section_contents_in_window()
Dbfdwin.c133 i = bfd_zmalloc (sizeof (bfd_window_internal)); in bfd_get_file_window()
Dtrad-core.c153 rawptr = (struct trad_core_struct *) bfd_zmalloc (amt);
Dreloc16.c199 shrinks = (unsigned *) bfd_zmalloc (amt);
Dvms-gsd.c429 bfd_zmalloc (section->_raw_size));
620 bfd_zmalloc (section->_raw_size));
Dsco5-core.c86 rawptr = (struct sco5_core_struct *) bfd_zmalloc (amt);
Dcisco-core.c158 abfd->tdata.cisco_core_data = (struct cisco_core_struct *) bfd_zmalloc (amt);
Dlibbfd-in.h90 extern void *bfd_zmalloc
Di386lynx.c440 reloc_cache = (arelent *) bfd_zmalloc (count * sizeof (arelent));
Dlibbfd.h95 extern void *bfd_zmalloc
Delf32-sh64.c318 sh64_sec_data = bfd_zmalloc (sizeof (struct sh64_section_data)); in sh64_bfd_elf_copy_private_section_data()
Dopncls.c54 nbfd = bfd_zmalloc (sizeof (bfd)); in _bfd_new_bfd()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dbfdwin.c134 i = bfd_zmalloc (sizeof (bfd_window_internal)); in bfd_get_file_window()
Dreloc16.c199 shrinks = (unsigned *) bfd_zmalloc (amt);
Dtrad-core.c148 rawptr = (struct trad_core_struct *) bfd_zmalloc (amt);
Dlibbfd.c253 bfd_zmalloc (bfd_size_type size) in bfd_zmalloc() function
840 w->i = bfd_zmalloc (sizeof (bfd_window_internal)); in _bfd_generic_get_section_contents_in_window()
Dvms-gsd.c407 section->contents = bfd_zmalloc (section->size); in _bfd_vms_slurp_gsd()
594 section->contents = bfd_zmalloc (section->size); in _bfd_vms_slurp_gsd()
Dsco5-core.c87 rawptr = (struct sco5_core_struct *) bfd_zmalloc (amt);
Dcisco-core.c158 abfd->tdata.cisco_core_data = (struct cisco_core_struct *) bfd_zmalloc (amt);
Di386lynx.c440 reloc_cache = (arelent *) bfd_zmalloc (count * sizeof (arelent));
Dlibbfd-in.h100 extern void *bfd_zmalloc
Delf32-sh64.c322 sh64_sec_data = bfd_zmalloc (sizeof (struct sh64_section_data)); in sh64_bfd_elf_copy_private_section_data()
Dlibbfd.h105 extern void *bfd_zmalloc
Dsom.c4071 som_symtab = bfd_zmalloc (symtab_size); in som_build_and_write_symbol_table()
4160 stringtab = bfd_zmalloc (amt); in som_slurp_string_table()
4254 symbase = bfd_zmalloc (amt); in som_slurp_symbol_table()
5840 hash_table = bfd_zmalloc (amt); in som_bfd_ar_write_symbol_stuff()
5846 som_dict = bfd_zmalloc (amt); in som_bfd_ar_write_symbol_stuff()
5852 last_hash_entry = bfd_zmalloc (amt); in som_bfd_ar_write_symbol_stuff()
Delf32-xtensa.c4414 bfd_zmalloc (sizeof (value_map_hash_table)); in value_map_hash_table_init()
4418 bfd_zmalloc (sizeof (value_map *) * values->bucket_count); in value_map_hash_table_init()
4505 value_map *val_e = (value_map *) bfd_zmalloc (sizeof (value_map)); in add_value_map()
4695 ta = (text_action *) bfd_zmalloc (sizeof (text_action)); in text_action_add()
4729 ta = (text_action *) bfd_zmalloc (sizeof (text_action)); in text_action_add_literal()
4894 new_r = (removed_literal *) bfd_zmalloc (sizeof (removed_literal)); in add_removed_literal()
5626 bfd_zmalloc (sizeof (proposed_action) * new_allocated); in ebb_propose_action()
8179 scratch = (bfd_byte *) bfd_zmalloc (final_size); in relax_section()
8180 dup_contents = (bfd_byte *) bfd_zmalloc (final_size); in relax_section()
8733 bfd_zmalloc (sizeof (Elf_Internal_Rela) * (new_relocs_count)); in move_literal()

1234