Home
last modified time | relevance | path

Searched refs:ECTF_BASE (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-error.c61 #define _CTF_ITEM(n, s) [n - ECTF_BASE] = offsetof (union _ctf_errlist_t, ERRSTRFIELD (n)),
71 if (error >= ECTF_BASE && (error - ECTF_BASE) < ECTF_NERR) in ctf_errmsg()
72 str = _ctf_errlist.str + _ctf_erridx[error - ECTF_BASE]; in ctf_errmsg()
H A Dctf-archive.c151 if ((off < 0) && (off > -ECTF_BASE)) in ctf_arc_write_fd()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-error.c61 #define _CTF_ITEM(n, s) [n - ECTF_BASE] = offsetof (union _ctf_errlist_t, ERRSTRFIELD (n)),
71 if (error >= ECTF_BASE && (error - ECTF_BASE) < ECTF_NERR) in ctf_errmsg()
72 str = _ctf_errlist.str + _ctf_erridx[error - ECTF_BASE]; in ctf_errmsg()
H A Dctf-archive.c151 if ((off < 0) && (off > -ECTF_BASE)) in ctf_arc_write_fd()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_error.c91 if (error >= ECTF_BASE && (error - ECTF_BASE) < _ctf_nerr) in ctf_errmsg()
92 str = _ctf_errlist[error - ECTF_BASE]; in ctf_errmsg()
H A Dctf_impl.h228 #define ECTF_BASE 1000 /* base value for libctf errnos */ macro
231 ECTF_FMT = ECTF_BASE, /* file is not in CTF or ELF format */
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h247 #define ECTF_BASE 1000 /* Base value for libctf errnos. */ macro
251 #define _CTF_FIRST(NAME, STR) NAME = ECTF_BASE
258 #define ECTF_NERR (ECTF_NONAME - ECTF_BASE + 1) /* Count of CTF errors. */
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h247 #define ECTF_BASE 1000 /* Base value for libctf errnos. */ macro
251 #define _CTF_FIRST(NAME, STR) NAME = ECTF_BASE
258 #define ECTF_NERR (ECTF_NONAME - ECTF_BASE + 1) /* Count of CTF errors. */