HomeSort by: relevance | last modified time | path
    Searched defs:compat13_longjmp (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/setjmp/
t_sigstack.c 57 void (*compat13_longjmp)(jmp_buf, int) __dead; variable in typeref:typename:void (*)(jmp_buf,int)
83 (compat13_longjmp = dlsym(RTLD_SELF, "longjmp")) == NULL)
261 (*compat13_longjmp)(jmp, 1);
288 * signal handler does (*compat13_longjmp)(jmp, 1), it comes
295 * Run the test with compat13_longjmp.
t_setjmp.c 107 void (*compat13_longjmp)(jmp_buf, int); variable in typeref:typename:void (*)(jmp_buf,int)
133 (compat13_longjmp = dlsym(RTLD_SELF, "longjmp")) == NULL)
255 (*compat13_longjmp)(jb, i);
261 (*compat13_longjmp)(jb, 0);

Completed in 12 milliseconds