Home
last modified time | relevance | path

Searched refs:pex_get_status (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dpexecute.c95 if (!pex_get_status (pex, 1, status)) in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
Dpex-one.c35 if (!pex_get_status (obj, 1, status)) in pex_one()
Dpexecute.txh251 @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
Dpex-common.c547 pex_get_status (struct pex_obj *obj, int count, int *vector) in pex_get_status() function
Dfunctions.texi816 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/
Dtest-pexecute.c223 (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/
Dlibiberty.h560 extern int pex_get_status (struct pex_obj *, int count, int *vector);
DChangeLog1771 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.