Home
last modified time | relevance | path

Searched refs:CTF_F_COMPRESS (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dctf.h54 #define CTF_F_COMPRESS (1 << 0) /* zlib compression */ macro
/freebsd/sys/kern/
H A Dkern_ctf.c209 if ((cth.cth_flags & CTF_F_COMPRESS) != 0) { in link_elf_ctf_get()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c701 h.cth_flags = do_compress ? CTF_F_COMPRESS : 0; in ctf_gen()
1469 if (h->cth_flags & CTF_F_COMPRESS) { in ctf_load()
1485 if (h->cth_flags & CTF_F_COMPRESS) in ctf_load()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c1048 if (hp->cth_flags & CTF_F_COMPRESS) { in main()
1102 h.cth_flags &= ~CTF_F_COMPRESS; in main()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c793 if (hp.cth_flags & CTF_F_COMPRESS) { in ctf_bufopen()
805 ((ctf_preamble_t *)base)->ctp_flags &= ~CTF_F_COMPRESS; in ctf_bufopen()