Home
last modified time | relevance | path

Searched defs:WTERMSIG (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Ddllwrap.c42 #define WTERMSIG(w) ((w) & 0177) macro
55 #define WTERMSIG(w) ((w) & 0x7f) macro
Dresrc.c46 #define WTERMSIG(w) ((w) & 0177) macro
59 #define WTERMSIG(w) ((w) & 0x7f) macro
Ddlltool.c289 #define WTERMSIG(w) ((w) & 0177) macro
302 #define WTERMSIG(w) ((w) & 0x7f) macro
/toolchain/binutils/binutils-2.25/libiberty/testsuite/
Dtest-pexecute.c54 #define WTERMSIG(S) ((S) & 0x7f) macro