Searched refs:SFRAME_ERR_BASE (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/libsframe/
H A Dsframe-error.c43 if (error >= SFRAME_ERR_BASE && (error - SFRAME_ERR_BASE) < SFRAME_ERR_NERR)
44 str = _sframe_errlist[error - SFRAME_ERR_BASE];
/netbsd-current/external/gpl3/gdb/dist/libsframe/
H A Dsframe-error.c43 if (error >= SFRAME_ERR_BASE && (error - SFRAME_ERR_BASE) < SFRAME_ERR_NERR)
44 str = _sframe_errlist[error - SFRAME_ERR_BASE];
/netbsd-current/external/gpl3/gdb.old/dist/libsframe/
H A Dsframe-error.c43 if (error >= SFRAME_ERR_BASE && (error - SFRAME_ERR_BASE) < SFRAME_ERR_NERR)
44 str = _sframe_errlist[error - SFRAME_ERR_BASE];
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dsframe-api.h72 #define SFRAME_ERR_BASE 2000 /* Base value for libsframe errnos. */ macro
76 #define _SFRAME_FIRST(NAME, STR) NAME = SFRAME_ERR_BASE
84 #define SFRAME_ERR_NERR (SFRAME_ERR_FREOFFSET_NOPRESENT - SFRAME_ERR_BASE + 1)
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dsframe-api.h75 #define SFRAME_ERR_BASE 2000 /* Base value for libsframe errnos. */ macro
79 #define _SFRAME_FIRST(NAME, STR) NAME = SFRAME_ERR_BASE
87 #define SFRAME_ERR_NERR (SFRAME_ERR_FREOFFSET_NOPRESENT - SFRAME_ERR_BASE + 1)
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dsframe-api.h75 #define SFRAME_ERR_BASE 2000 /* Base value for libsframe errnos. */ macro
79 #define _SFRAME_FIRST(NAME, STR) NAME = SFRAME_ERR_BASE
87 #define SFRAME_ERR_NERR (SFRAME_ERR_FREOFFSET_NOPRESENT - SFRAME_ERR_BASE + 1)

Completed in 133 milliseconds