Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
find_cs
tools/testing/selftests/x86/sigreturn.c
557
int cs = find_cs(cs_bits);
tools/testing/selftests/x86/sigreturn.c
683
int cs = force_cs == -1 ? find_cs(cs_bits) : force_cs;