Searched refs:outarch (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/ld/
H A Dpe-dll.c2266 bfd *outarch; local
2277 outarch = bfd_openw (impfilename, 0);
2279 if (!outarch)
2289 bfd_set_format (outarch, bfd_archive);
2290 outarch->has_armap = 1;
2293 ar_head = make_head (outarch);
2305 n = make_one (def->exports + i, outarch);
2311 ar_tail = make_tail (outarch);
2321 if (! bfd_set_archive_head (outarch, head))
2324 if (! bfd_close (outarch))
[all...]
/haiku-buildtools/binutils/ld/
H A Dpe-dll.c2712 bfd *outarch; local
2724 outarch = bfd_openw (impfilename, 0);
2726 if (!outarch)
2737 bfd_set_format (outarch, bfd_archive);
2738 outarch->has_armap = 1;
2741 ar_head = make_head (outarch);
2845 n = make_one (def->exports + i, outarch,
2852 ar_tail = make_tail (outarch);
2862 if (! bfd_set_archive_head (outarch, head))
2865 if (! bfd_close (outarch))
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Ddlltool.c2704 bfd *outarch; local
2709 outarch = bfd_openw (imp_name, HOW_BFD_WRITE_TARGET);
2711 if (!outarch)
2718 bfd_set_format (outarch, bfd_archive);
2719 outarch->has_armap = 1;
2764 if (! bfd_set_archive_head (outarch, head))
2767 if (! bfd_close (outarch))
/haiku-buildtools/binutils/binutils/
H A Ddlltool.c3206 bfd *outarch;
3211 outarch = bfd_openw (imp_name, HOW_BFD_WRITE_TARGET);
3213 if (!outarch)
3223 bfd_set_format (outarch, bfd_archive);
3224 outarch->has_armap = 1;
3225 outarch->is_thin_archive = 0;
3277 if (! bfd_set_archive_head (outarch, head))
3280 if (! bfd_close (outarch))
3205 bfd *outarch; local

Completed in 139 milliseconds