Home
last modified time | relevance | path

Searched refs:ctp_flags (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h116 uchar_t ctp_flags; /* flags (see below) */ member
133 #define cth_flags cth_preamble.ctp_flags
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dctf.h144 unsigned char ctp_flags; /* Flags (see below). */ member
166 #define cth_flags cth_preamble.ctp_flags
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf.h150 unsigned char ctp_flags; /* Flags (see below). */ member
186 #define cth_flags cth_preamble.ctp_flags
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf.h150 unsigned char ctp_flags; /* Flags (see below). */ member
186 #define cth_flags cth_preamble.ctp_flags
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open-bfd.c123 if (preamble->ctp_flags & CTF_F_DYNSTR) in ctf_bfdopen_ctfsect()
H A Dctf-open.c973 swap_thing (cth->cth_preamble.ctp_flags); in ctf_flip_header()
1405 if (_libctf_unlikely_ (pp->ctp_flags > CTF_F_MAX)) in ctf_bufopen_internal()
1409 (unsigned int) pp->ctp_flags); in ctf_bufopen_internal()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open-bfd.c123 if (preamble->ctp_flags & CTF_F_DYNSTR) in ctf_bfdopen_ctfsect()
H A Dctf-open.c973 swap_thing (cth->cth_preamble.ctp_flags); in ctf_flip_header()
1404 if (_libctf_unlikely_ (pp->ctp_flags > CTF_F_MAX)) in ctf_bufopen_internal()
1408 (unsigned int) pp->ctp_flags); in ctf_bufopen_internal()
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.info237 unsigned char ctp_flags;
253 0x03 ‘ctp_flags’ Flags for this CTF file.
292 The preamble contains bitflags in its ‘ctp_flags’ field that describe
422 is set in the preamble’s ‘ctp_flags’.
1470 * ctf_preamble_t, ctp_flags: CTF Preamble. (line 30)
1530 * ctp_flags: CTF Preamble. (line 30)
1531 * ctp_flags <1>: CTF Preamble. (line 58)
1657 * struct ctf_preamble, ctp_flags: CTF Preamble. (line 30)
H A Dctf-spec.texi262 unsigned char ctp_flags;
298 @tab @code{ctp_flags}
299 @vindex ctp_flags
301 @vindex ctf_preamble_t, ctp_flags
302 @vindex struct ctf_preamble, ctp_flags
342 @vindex ctp_flags
346 The preamble contains bitflags in its @code{ctp_flags} field that
536 the preamble's @code{ctp_flags}.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/
H A Dctf-spec.texi262 unsigned char ctp_flags;
298 @tab @code{ctp_flags}
299 @vindex ctp_flags
301 @vindex ctf_preamble_t, ctp_flags
302 @vindex struct ctf_preamble, ctp_flags
342 @vindex ctp_flags
346 The preamble contains bitflags in its @code{ctp_flags} field that
536 the preamble's @code{ctp_flags}.
H A Dctf-spec.info237 unsigned char ctp_flags;
253 0x03 'ctp_flags' Flags for this CTF file.
292 The preamble contains bitflags in its 'ctp_flags' field that describe
422 is set in the preamble's 'ctp_flags'.
1470 * ctf_preamble_t, ctp_flags: CTF Preamble. (line 30)
1530 * ctp_flags: CTF Preamble. (line 30)
1531 * ctp_flags <1>: CTF Preamble. (line 58)
1657 * struct ctf_preamble, ctp_flags: CTF Preamble. (line 30)
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c649 ((ctf_preamble_t *)base)->ctp_flags &= ~CTF_F_COMPRESS; in ctf_bufopen()
H A Dctf_create.c61 .ctp_flags = 0 in ctf_create()