Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dpex-win32.c902 DWORD termstat; in pex_win32_wait() local
920 GetExitCodeProcess (h, &termstat); in pex_win32_wait()
926 if (termstat == 3) in pex_win32_wait()
929 *status = (termstat & 0xff) << 8; in pex_win32_wait()