Rizin
unix-like reverse engineering framework and cli tools
sysdep.h File Reference
#include "ansidecl.h"

Go to the source code of this file.

Macros

#define opcodes_error_handler   _bfd_error_handler
 
#define OPCODES_SIGJMP_BUF   jmp_buf
 
#define OPCODES_SIGSETJMP(buf)   setjmp(buf)
 
#define OPCODES_SIGLONGJMP(buf, val)   longjmp((buf), (val))
 

Functions

char * stpcpy (char *__dest, const char *__src)
 

Macro Definition Documentation

◆ opcodes_error_handler

#define opcodes_error_handler   _bfd_error_handler

Definition at line 62 of file sysdep.h.

◆ OPCODES_SIGJMP_BUF

#define OPCODES_SIGJMP_BUF   jmp_buf

Definition at line 73 of file sysdep.h.

◆ OPCODES_SIGLONGJMP

#define OPCODES_SIGLONGJMP (   buf,
  val 
)    longjmp((buf), (val))

Definition at line 75 of file sysdep.h.

◆ OPCODES_SIGSETJMP

#define OPCODES_SIGSETJMP (   buf)    setjmp(buf)

Definition at line 74 of file sysdep.h.

Function Documentation

◆ stpcpy()

char* stpcpy ( char *  __dest,
const char *  __src 
)