Home
last modified time | relevance | path

Searched refs:ctf_openflags (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-dump.c254 if (fp->ctf_openflags > 0) in ctf_dump_header()
256 if (fp->ctf_openflags) in ctf_dump_header()
257 if (asprintf (&str, "Flags: 0x%x (%s)", fp->ctf_openflags, in ctf_dump_header()
258 fp->ctf_openflags & CTF_F_COMPRESS ? "CTF_F_COMPRESS" in ctf_dump_header()
H A Dctf-impl.h240 unsigned char ctf_openflags; /* Flags the file had when opened. */ member
H A Dctf-open.c1393 fp->ctf_openflags = hp->cth_flags; in ctf_bufopen_internal()