Searched refs:pex1 (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | test-pexecute.c | 184 struct pex_obj *pex1; in main() local 247 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, NULL); in main() 250 TEST_PEX_RUN (pex1, PEX_LAST, "./test-pexecute", subargv, NULL, NULL); in main() 251 status = TEST_PEX_GET_STATUS_1 (pex1); in main() 254 pex_free (pex1); in main() 256 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, NULL); in main() 259 TEST_PEX_RUN (pex1, PEX_LAST, "./test-pexecute", subargv, NULL, NULL); in main() 260 status = TEST_PEX_GET_STATUS_1 (pex1); in main() 263 pex_free (pex1); in main() 267 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, NULL); in main() [all …]
|