Home | History | Annotate | Download | only in libiberty

Lines Matching defs:pex

35 static struct pex_obj *pex;
48 if (pex != NULL)
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
59 if (pex == NULL)
67 errmsg = pex_run (pex,
90 if (pex == NULL || pid < 0 || pid >= idx)
95 if (!pex_get_status (pex, 1, status))
103 if (!pex_get_status (pex, idx, vector))
118 pex_free (pex);
119 pex = NULL;