OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ECTF_BASE
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/cddl/osnet/dist/common/ctf/
ctf_error.c
91
if (error >=
ECTF_BASE
&& (error -
ECTF_BASE
) < _ctf_nerr)
92
str = _ctf_errlist[error -
ECTF_BASE
];
ctf_impl.h
253
#define
ECTF_BASE
1000 /* base value for libctf errnos */
256
ECTF_FMT =
ECTF_BASE
, /* file is not in CTF or ELF format */
/src/external/gpl3/binutils/dist/libctf/
ctf-error.c
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)
72
str = _ctf_errlist.str + _ctf_erridx[error -
ECTF_BASE
];
ctf-archive.c
152
if ((off < 0) && (off > -
ECTF_BASE
))
/src/external/gpl3/binutils.old/dist/libctf/
ctf-error.c
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)
72
str = _ctf_errlist.str + _ctf_erridx[error -
ECTF_BASE
];
ctf-archive.c
152
if ((off < 0) && (off > -
ECTF_BASE
))
/src/external/gpl3/gdb.old/dist/libctf/
ctf-error.c
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)
72
str = _ctf_errlist.str + _ctf_erridx[error -
ECTF_BASE
];
ctf-archive.c
152
if ((off < 0) && (off > -
ECTF_BASE
))
/src/external/gpl3/gdb/dist/libctf/
ctf-error.c
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)
72
str = _ctf_errlist.str + _ctf_erridx[error -
ECTF_BASE
];
ctf-archive.c
152
if ((off < 0) && (off > -
ECTF_BASE
))
/src/external/gpl3/binutils/dist/include/
ctf-api.h
249
#define
ECTF_BASE
1000 /* Base value for libctf errnos. */
253
#define _CTF_FIRST(NAME, STR) NAME =
ECTF_BASE
260
#define ECTF_NERR (ECTF_BADFLAG -
ECTF_BASE
+ 1) /* Count of CTF errors. */
/src/external/gpl3/binutils.old/dist/include/
ctf-api.h
249
#define
ECTF_BASE
1000 /* Base value for libctf errnos. */
253
#define _CTF_FIRST(NAME, STR) NAME =
ECTF_BASE
260
#define ECTF_NERR (ECTF_BADFLAG -
ECTF_BASE
+ 1) /* Count of CTF errors. */
/src/external/gpl3/gdb.old/dist/include/
ctf-api.h
249
#define
ECTF_BASE
1000 /* Base value for libctf errnos. */
253
#define _CTF_FIRST(NAME, STR) NAME =
ECTF_BASE
260
#define ECTF_NERR (ECTF_BADFLAG -
ECTF_BASE
+ 1) /* Count of CTF errors. */
/src/external/gpl3/gdb/dist/include/
ctf-api.h
249
#define
ECTF_BASE
1000 /* Base value for libctf errnos. */
253
#define _CTF_FIRST(NAME, STR) NAME =
ECTF_BASE
260
#define ECTF_NERR (ECTF_BADFLAG -
ECTF_BASE
+ 1) /* Count of CTF errors. */
Completed in 31 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026