Searched refs:ECTF_BASE (Results 1 – 8 of 8) sorted by relevance
61 #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()
151 if ((off < 0) && (off > -ECTF_BASE)) in ctf_arc_write_fd()
91 if (error >= ECTF_BASE && (error - ECTF_BASE) < _ctf_nerr) in ctf_errmsg()92 str = _ctf_errlist[error - ECTF_BASE]; in ctf_errmsg()
228 #define ECTF_BASE 1000 /* base value for libctf errnos */ macro231 ECTF_FMT = ECTF_BASE, /* file is not in CTF or ELF format */
247 #define ECTF_BASE 1000 /* Base value for libctf errnos. */ macro251 #define _CTF_FIRST(NAME, STR) NAME = ECTF_BASE258 #define ECTF_NERR (ECTF_NONAME - ECTF_BASE + 1) /* Count of CTF errors. */