HomeSort by: relevance | last modified time | path
    Searched refs:SIGLONGJMP (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_setjmp.h 27 #define SIGLONGJMP(buf,val) siglongjmp((buf), (val))
33 #define SIGLONGJMP(buf,val) longjmp((buf), (val))
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_setjmp.h 27 #define SIGLONGJMP(buf,val) siglongjmp((buf), (val))
33 #define SIGLONGJMP(buf,val) longjmp((buf), (val))
  /src/external/gpl3/gdb/dist/gdb/
cp-support.c 1562 SIGLONGJMP (*gdb_demangle_jmp_buf, signo);
  /src/external/gpl3/gdb.old/dist/gdb/
cp-support.c 1565 SIGLONGJMP (*gdb_demangle_jmp_buf, signo);

Completed in 30 milliseconds