Home
last modified time | relevance | path

Searched refs:CTF_VERSION_2 (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c413 if (hp->cth_version == CTF_VERSION_2) { in fbt_ctfoff_init()
448 if (version == CTF_VERSION_2) { in fbt_get_ctt_index()
476 if (version == CTF_VERSION_2) { in fbt_get_ctt_size()
513 if (version == CTF_VERSION_2) { in fbt_get_ctt_info()
576 if (version == CTF_VERSION_2) in fbt_typoff_init()
586 if (version == CTF_VERSION_2) { in fbt_typoff_init()
664 if (version == CTF_VERSION_2) in fbt_typoff_init()
674 if (version == CTF_VERSION_2) { in fbt_typoff_init()
889 if (hp->cth_version == CTF_VERSION_2) { in fbt_array_info()
926 if (hp->cth_version == CTF_VERSION_2) { in ctf_type_rname()
[all …]
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c759 if (h->cth_version == CTF_VERSION_2) { in get_ctt_info()
777 if (h->cth_version == CTF_VERSION_2) { in get_ctt_size()
808 idwidth = version == CTF_VERSION_2 ? 2 : 4; in count_types()
834 if (version == CTF_VERSION_2) in count_types()
841 if (version == CTF_VERSION_2) { in count_types()
1026 if (h->cth_version == CTF_VERSION_2) in resurrect_functions()
1079 idwidth = version == CTF_VERSION_2 ? 2 : 4; in resurrect_types()
1086 maxid = version == CTF_VERSION_2 ? in resurrect_types()
1103 if (version == CTF_VERSION_2) { in resurrect_types()
1181 if (version == CTF_VERSION_2) { in resurrect_types()
[all …]
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c340 ushort_t kind = hp->cth_version == CTF_VERSION_2 ? in read_funcs()
342 ushort_t n = hp->cth_version == CTF_VERSION_2 ? in read_funcs()
424 id += 1ul << (hp->cth_version == CTF_VERSION_2 ? in read_types()
435 if (version == CTF_VERSION_2) { in read_types()
526 if (version == CTF_VERSION_2) { in read_types()
597 if (version == CTF_VERSION_2) { in read_types()
638 if (version == CTF_VERSION_2) { in read_types()
1027 if (pp->ctp_version >= CTF_VERSION_2) { in main()
1032 cd.cd_idwidth = pp->ctp_version == CTF_VERSION_2 ? 2 : 4; in main()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c37 if (fp->ctf_version == CTF_VERSION_2) { in ctf_get_ctt_index()
66 if (fp->ctf_version == CTF_VERSION_2) { in ctf_get_ctt_info()
94 if (fp->ctf_version == CTF_VERSION_2) { in ctf_get_ctt_size()
135 if (fp->ctf_version == CTF_VERSION_2) { in ctf_get_ctm_info()
464 if (fp->ctf_version == CTF_VERSION_2) { in ctf_type_rname()
867 if (fp->ctf_version == CTF_VERSION_2) { in ctf_array_info()
H A Dctf_open.c381 if (fp->ctf_version == CTF_VERSION_2) in init_types()
525 if (fp->ctf_version == CTF_VERSION_2) in init_types()
546 if (fp->ctf_version == CTF_VERSION_2) { in init_types()
576 if (fp->ctf_version == CTF_VERSION_2) { in init_types()
758 if (pp->ctp_version == CTF_VERSION_2 || in ctf_bufopen()
841 fp->ctf_idwidth = fp->ctf_version == CTF_VERSION_2 ? 2 : 4; in ctf_bufopen()
H A Dctf_labels.c39 if (fp->ctf_version < CTF_VERSION_2) in extract_label_info()
H A Dctf_create.c104 if (fp->ctf_version == CTF_VERSION_2) { in ctf_copy_smembers()
145 if (fp->ctf_version == CTF_VERSION_2) { in ctf_copy_lmembers()
314 if (fp->ctf_version == CTF_VERSION_2) { in ctf_update()
332 size += fp->ctf_version == CTF_VERSION_2 ? in ctf_update()
341 if (fp->ctf_version == CTF_VERSION_2) { in ctf_update()
406 if (fp->ctf_version == CTF_VERSION_2) { in ctf_update()
448 if (fp->ctf_version == CTF_VERSION_2) { in ctf_update()
476 if (fp->ctf_version == CTF_VERSION_2) { in ctf_update()
/freebsd/sys/sys/
H A Dctf.h154 #define CTF_VERSION_2 2 macro
/freebsd/sys/kern/
H A Dkern_ctf.c197 if (cth.cth_version != CTF_VERSION_2 && in link_elf_ctf_get()
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c248 if (hdr.ctf.ctp_version != CTF_VERSION_2 && in ctf_fdopen()