Lines Matching defs:pex
611 struct pex_obj *pex;
643 pex = collect_execute (prog, lto_c_argv, NULL, NULL, PEX_SEARCH,
651 stream = pex_read_output (pex, 0);
682 do_wait (prog, pex);
683 pex = NULL;
754 struct pex_obj *pex;
756 pex = collect_execute (prog, ld_argv, NULL, NULL,
759 int ret = collect_wait (prog, pex);
2347 struct pex_obj *pex;
2393 pex = pex_init (PEX_USE_PIPES, "collect2", NULL);
2394 if (pex == NULL)
2397 errmsg = pex_run (pex, 0, nm_file_name, real_nm_argv, NULL, HOST_BIT_BUCKET,
2415 inf = pex_read_output (pex, 0);
2505 do_wait (nm_file_name, pex);
2531 struct pex_obj *pex;
2563 pex = pex_init (PEX_USE_PIPES, "collect2", NULL);
2564 if (pex == NULL)
2567 errmsg = pex_run (pex, 0, ldd_file_name, real_ldd_argv, NULL, NULL, &err);
2584 inf = pex_read_output (pex, 0);
2625 do_wait (ldd_file_name, pex);
3030 struct pex_obj *pex;
3073 pex = collect_execute (dsymutil, real_argv, NULL, NULL,
3075 do_wait (dsymutil, pex);