Lines Matching refs:xmalloc

897   struct export *p = (struct export *) xmalloc (sizeof (*p));  in def_exports()
962 dlist_type *d = (dlist_type *) xmalloc (sizeof (dlist_type)); in def_description()
971 dlist_type *d = (dlist_type *) xmalloc (sizeof (dlist_type)); in new_directive()
1013 q->functail->next = xmalloc (sizeof (ifunctype)); in append_import()
1023 q = xmalloc (sizeof (iheadtype)); in append_import()
1026 q->funchead = xmalloc (sizeof (ifunctype)); in append_import()
1225 buf = xmalloc (size); in scan_drectve_symbols()
1251 c = xmalloc (p - name + 1); in scan_drectve_symbols()
1344 xmalloc (sizeof (struct string_list))); in add_excludes()
1345 new_exclude->string = (char *) xmalloc (strlen (exclude_string) + 2); in add_excludes()
1945 copy = xmalloc (numbytes); in gen_exp_file()
2006 char *copy = xmalloc (strlen (name) + 2); in xlate()
2140 char *copy = xmalloc (len + 1); in make_label()
2157 copy = xmalloc (len + 1); in make_imp_label()
2164 copy = xmalloc (len + 1); in make_imp_label()
2192 char * outname = xmalloc (strlen (TMP_STUB) + 10); in make_one_lib_file()
2348 si->data = xmalloc (HOW_JTAB_SIZE); in make_one_lib_file()
2352 rel = xmalloc (sizeof (arelent)); in make_one_lib_file()
2354 rpp = xmalloc (sizeof (arelent *) * 2); in make_one_lib_file()
2381 si->data = xmalloc (4); in make_one_lib_file()
2395 rel = xmalloc (sizeof (arelent)); in make_one_lib_file()
2396 rpp = xmalloc (sizeof (arelent *) * 2); in make_one_lib_file()
2416 si->data = xmalloc (si->size); in make_one_lib_file()
2424 si->data = xmalloc (4); in make_one_lib_file()
2426 rel = xmalloc (sizeof (arelent)); in make_one_lib_file()
2427 rpp = xmalloc (sizeof (arelent *) * 2); in make_one_lib_file()
2471 si->data = xmalloc (si->size); in make_one_lib_file()
2473 rpp = xmalloc (sizeof (arelent *) * 5); in make_one_lib_file()
2474 rpp[0] = imglue = xmalloc (sizeof (arelent)); in make_one_lib_file()
2475 rpp[1] = ba_rel = xmalloc (sizeof (arelent)); in make_one_lib_file()
2476 rpp[2] = ea_rel = xmalloc (sizeof (arelent)); in make_one_lib_file()
2477 rpp[3] = pea_rel = xmalloc (sizeof (arelent)); in make_one_lib_file()
2520 si->data = xmalloc (8); in make_one_lib_file()
2523 rpp = xmalloc (sizeof (arelent *) * 3); in make_one_lib_file()
2524 rpp[0] = rel = xmalloc (sizeof (arelent)); in make_one_lib_file()
2525 rpp[1] = xmalloc (sizeof (arelent)); in make_one_lib_file()
2927 ptr = (char *) xmalloc (size); in fill_ordinals()
2998 export_type **d_export_vec = xmalloc (sizeof (export_type *) * d_nfuncs); in mangle_defs()
3018 xmalloc (sizeof (export_type *) * (d_nfuncs + 1)); in mangle_defs()
3282 dll_name = xmalloc (len); in main()
3352 cmd = xmalloc (strlen (prefix) in look_for_prog()