Searched refs:_libctf_unlikely_ (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-inlines.h87 if (_libctf_unlikely_ (!expr))
H A Dctf-impl.h72 #define _libctf_unlikely_(x) __builtin_expect ((x), 0) macro
80 #define _libctf_unlikely_(x) (x) macro
93 _libctf_unlikely_ (ctf_assert_internal (fp, __FILE__, __LINE__, \
H A Dctf-subr.c184 if (_libctf_unlikely_ (_libctf_debug))
H A Dctf-util.c189 if (_libctf_unlikely_ (tmp.st_value != 0 && ((uint32_t) tmp.st_value == 0)))
H A Dctf-open.c698 if (_libctf_unlikely_ (fp->ctf_version == CTF_VERSION_1))
1065 if (_libctf_unlikely_ (size == CTF_LSIZE_SENT))
1153 if (_libctf_unlikely_ (size >= CTF_LSTRUCT_THRESH))
1373 if (_libctf_unlikely_ (pp->ctp_magic != CTF_MAGIC))
1385 if (_libctf_unlikely_ ((pp->ctp_version < CTF_VERSION_1)
1404 if (_libctf_unlikely_ (pp->ctp_flags > CTF_F_MAX))
1549 if (_libctf_unlikely_ (ctfsect->cts_size < hdrsz + fp->ctf_size))
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-inlines.h87 if (_libctf_unlikely_ (!expr))
H A Dctf-impl.h61 #define _libctf_unlikely_(x) __builtin_expect ((x), 0) macro
68 #define _libctf_unlikely_(x) (x) macro
80 _libctf_unlikely_ (ctf_assert_internal (fp, __FILE__, __LINE__, \
H A Dctf-subr.c184 if (_libctf_unlikely_ (_libctf_debug))
H A Dctf-open.c671 if (_libctf_unlikely_ (fp->ctf_version == CTF_VERSION_1))
1063 if (_libctf_unlikely_ (size == CTF_LSIZE_SENT))
1145 if (_libctf_unlikely_ (size >= CTF_LSTRUCT_THRESH))
1360 if (_libctf_unlikely_ (pp->ctp_magic != CTF_MAGIC))
1372 if (_libctf_unlikely_ ((pp->ctp_version < CTF_VERSION_1)
1390 if (_libctf_unlikely_ (pp->ctp_flags > CTF_F_MAX))
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-inlines.h87 if (_libctf_unlikely_ (!expr))
H A Dctf-impl.h72 #define _libctf_unlikely_(x) __builtin_expect ((x), 0) macro
80 #define _libctf_unlikely_(x) (x) macro
93 _libctf_unlikely_ (ctf_assert_internal (fp, __FILE__, __LINE__, \
H A Dctf-subr.c184 if (_libctf_unlikely_ (_libctf_debug))
H A Dctf-util.c189 if (_libctf_unlikely_ (tmp.st_value != 0 && ((uint32_t) tmp.st_value == 0)))
H A Dctf-open.c698 if (_libctf_unlikely_ (fp->ctf_version == CTF_VERSION_1))
1065 if (_libctf_unlikely_ (size == CTF_LSIZE_SENT))
1153 if (_libctf_unlikely_ (size >= CTF_LSTRUCT_THRESH))
1373 if (_libctf_unlikely_ (pp->ctp_magic != CTF_MAGIC))
1385 if (_libctf_unlikely_ ((pp->ctp_version < CTF_VERSION_1)
1404 if (_libctf_unlikely_ (pp->ctp_flags > CTF_F_MAX))
1549 if (_libctf_unlikely_ (ctfsect->cts_size < hdrsz + fp->ctf_size))
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-inlines.h87 if (_libctf_unlikely_ (!expr))
H A Dctf-impl.h72 #define _libctf_unlikely_(x) __builtin_expect ((x), 0) macro
80 #define _libctf_unlikely_(x) (x) macro
93 _libctf_unlikely_ (ctf_assert_internal (fp, __FILE__, __LINE__, \
H A Dctf-util.c189 if (_libctf_unlikely_ (tmp.st_value != 0 && ((uint32_t) tmp.st_value == 0)))
H A Dctf-subr.c184 if (_libctf_unlikely_ (_libctf_debug))
H A Dctf-open.c698 if (_libctf_unlikely_ (fp->ctf_version == CTF_VERSION_1))
1065 if (_libctf_unlikely_ (size == CTF_LSIZE_SENT))
1153 if (_libctf_unlikely_ (size >= CTF_LSTRUCT_THRESH))
1373 if (_libctf_unlikely_ (pp->ctp_magic != CTF_MAGIC))
1385 if (_libctf_unlikely_ ((pp->ctp_version < CTF_VERSION_1)
1404 if (_libctf_unlikely_ (pp->ctp_flags > CTF_F_MAX))
1549 if (_libctf_unlikely_ (ctfsect->cts_size < hdrsz + fp->ctf_size))

Completed in 240 milliseconds