Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dctf.h152 #define CTF_VERSION CTF_VERSION_3
153 #define CTF_VERSION_3 3 macro
/freebsd/sys/kern/
H A Dkern_ctf.c198 cth.cth_version != CTF_VERSION_3) { in link_elf_ctf_get()
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c249 hdr.ctf.ctp_version != CTF_VERSION_3) in ctf_fdopen()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c700 h.cth_version = CTF_VERSION_3; in ctf_gen()
1465 if (h->cth_version != CTF_VERSION_2 && h->cth_version != CTF_VERSION_3) in ctf_load()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c759 pp->ctp_version == CTF_VERSION_3) { in ctf_bufopen()