Lines Matching refs:xmalloc
546 new_exclude = xmalloc (sizeof (struct exclude_list_struct)); in pe_dll_add_excludes()
547 new_exclude->string = xmalloc (strlen (exclude_string) + 1); in pe_dll_add_excludes()
703 char *buf = xmalloc (size); in process_def_file_and_drectve()
789 name = xmalloc (strlen ("__imp_") + strlen (sn) + 1); in process_def_file_and_drectve()
930 exported_symbol_offsets = xmalloc (NE * sizeof (bfd_vma)); in process_def_file_and_drectve()
931 exported_symbol_sections = xmalloc (NE * sizeof (struct bfd_section *)); in process_def_file_and_drectve()
948 name = xmalloc (strlen (int_name) + 2); in process_def_file_and_drectve()
1110 exported_symbols = xmalloc (export_table_size * sizeof (int)); in generate_edata()
1188 name = xmalloc (strlen (pe_def_file->exports[i].internal_name) + 2); in fill_exported_offsets()
1219 edata_d = xmalloc (edata_sz); in fill_edata()
1349 relocs = xmalloc (relsize); in pe_walk_relocs()
1406 = (struct bfd_hash_table *) xmalloc (sizeof (struct bfd_hash_table)); in pe_find_data_imports()
1419 buf = xmalloc (PREFIX_LEN + namelen + 1); in pe_find_data_imports()
1541 reloc_data = xmalloc (total_relocs * sizeof (reloc_data_type)); in generate_reloc()
1588 relocs = xmalloc (relsize); in generate_reloc()
1746 reloc_d = xmalloc (reloc_sz); in generate_reloc()
2029 char *name = xmalloc (strlen (n1) + strlen (n2) + strlen (n3) + 1); in quick_symbol()
2054 reltab = xmalloc (relsize * sizeof (arelent)); in quick_reloc()
2070 sec->orelocation = xmalloc ((relcount + 1) * sizeof (arelent *)); in save_relocs()
2121 symtab = xmalloc (6 * sizeof (asymbol *)); in make_head()
2135 d2 = xmalloc (20); in make_head()
2149 d5 = xmalloc (PE_IDATA5_SIZE); in make_head()
2156 d4 = xmalloc (PE_IDATA4_SIZE); in make_head()
2215 symtab = xmalloc (5 * sizeof (asymbol *)); in make_tail()
2222 d4 = xmalloc (PE_IDATA4_SIZE); in make_tail()
2227 d5 = xmalloc (PE_IDATA5_SIZE); in make_tail()
2235 d7 = xmalloc (len); in make_tail()
2408 symtab = xmalloc (12 * sizeof (asymbol *)); in make_one()
2449 td = xmalloc (jmp_byte_count); in make_one()
2490 d7 = xmalloc (4); in make_one()
2497 d5 = xmalloc (PE_IDATA5_SIZE); in make_one()
2514 d4 = xmalloc (PE_IDATA4_SIZE); in make_one()
2547 d6 = xmalloc (len); in make_one()
2603 symtab = xmalloc (3 * sizeof (asymbol *)); in make_singleton_name_thunk()
2610 d4 = xmalloc (PE_IDATA4_SIZE * 2); in make_singleton_name_thunk()
2684 symtab = xmalloc (6 * sizeof (asymbol *)); in make_import_fixup_entry()
2692 d2 = xmalloc (20); in make_import_fixup_entry()
2753 symtab = xmalloc (size); in make_runtime_pseudo_reloc()
2773 rt_rel_d = xmalloc (size); in make_runtime_pseudo_reloc()
2790 rt_rel_d = xmalloc (8); in make_runtime_pseudo_reloc()
2836 symtab = xmalloc (2 * sizeof (asymbol *)); in pe_create_runtime_relocator_reference()
3042 name = xmalloc (strlen (internal) + 2); in pe_dll_generate_implib()
3112 char *at, *lname = xmalloc (strlen (name) + 3); in pe_find_cdecl_alias_match()
3243 udef_table = xmalloc (undef_count * sizeof (struct key_value)); in pe_create_undef_table()
3305 char *name = xmalloc (len + 2 + 6); in pe_process_import_defs()
3600 expdata = xmalloc (export_size); in pe_implied_import_dll()