Searched refs:pex_get_status (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | pexecute.c | 95 if (!pex_get_status (pex, 1, status)) in pwait() 103 if (!pex_get_status (pex, idx, vector)) in pwait()
|
D | pex-one.c | 35 if (!pex_get_status (obj, 1, status)) in pex_one()
|
D | pexecute.txh | 251 @deftypefn Extension int pex_get_status (struct pex_obj *@var{obj}, @ 281 yet called @code{pex_get_times} or @code{pex_get_status}, this will
|
D | pex-common.c | 547 pex_get_status (struct pex_obj *obj, int count, int *vector) in pex_get_status() function
|
D | functions.texi | 816 yet called @code{pex_get_times} or @code{pex_get_status}, this will 822 @deftypefn Extension int pex_get_status (struct pex_obj *@var{obj}, @
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | test-pexecute.c | 223 (pex_get_status (PEXOBJ, 1, &test_pex_status) \ in main() 230 if (!pex_get_status (PEXOBJ, COUNT, VECTOR)) \ in main()
|
/toolchain/binutils/binutils-2.25/include/ |
D | libiberty.h | 560 extern int pex_get_status (struct pex_obj *, int count, int *vector);
|
D | ChangeLog | 1771 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
|