Searched refs:sigh (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c52 static GElf_Sym sigh; variable
436 (void) memset(&sigh, 0, sizeof (GElf_Sym));
437 (void) Plookup_by_name(Pr, "libc.so", "sigacthandler", &sigh);
597 * If the frame's pc is in the "sigh" (a.k.a. signal handler, signal
598 * hack, or *sigh* ...) range, then we're about to cross a signal
601 if (pc - sigh.st_value < sigh.st_size) {
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dsyscall_asm.s610 / to return a value, sigh.

Completed in 54 milliseconds