Searched refs:ctf_openflags (Results 1 – 9 of 9) sorted by relevance
326 if (fp->ctf_openflags > 0) in ctf_dump_header()329 fp->ctf_openflags & CTF_F_COMPRESS in ctf_dump_header()331 (fp->ctf_openflags & CTF_F_COMPRESS) in ctf_dump_header()332 && (fp->ctf_openflags & ~CTF_F_COMPRESS) in ctf_dump_header()334 fp->ctf_openflags & CTF_F_NEWFUNCINFO in ctf_dump_header()336 (fp->ctf_openflags & (CTF_F_COMPRESS | CTF_F_NEWFUNCINFO)) in ctf_dump_header()337 && (fp->ctf_openflags & ~(CTF_F_COMPRESS | CTF_F_NEWFUNCINFO)) in ctf_dump_header()339 fp->ctf_openflags & CTF_F_IDXSORTED in ctf_dump_header()341 fp->ctf_openflags & (CTF_F_COMPRESS | CTF_F_NEWFUNCINFO in ctf_dump_header()343 && (fp->ctf_openflags & ~(CTF_F_COMPRESS | CTF_F_NEWFUNCINFO in ctf_dump_header()[all …]
373 unsigned char ctf_openflags; /* Flags the dict had when opened. */ member
1436 fp->ctf_openflags = hp->cth_flags; in ctf_bufopen_internal()
1511 * ctf-impl.h (ctf_file_t): New field ctf_openflags.
1435 fp->ctf_openflags = hp->cth_flags; in ctf_bufopen_internal()