Searched refs:cth_version (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/cddl/dev/fbt/ |
H A D | fbt.c | 390 idwidth = hp->cth_version == CTF_VERSION_2 ? 2 : 4; in fbt_ctfoff_init() 420 if (hp->cth_version == CTF_VERSION_2) { in fbt_ctfoff_init() 558 version = hp->cth_version; in fbt_typoff_init() 890 fbt_get_ctt_info(hp->cth_version, tp, &kind, NULL, NULL); in fbt_array_info() 894 (void) fbt_get_ctt_size(hp->cth_version, tp, NULL, &increment); in fbt_array_info() 896 if (hp->cth_version == CTF_VERSION_2) { in fbt_array_info() 933 if (hp->cth_version == CTF_VERSION_2) { in ctf_type_rname() 963 fbt_get_ctt_info(hp->cth_version, tp, &kind, NULL, NULL); in ctf_decl_push() 964 fbt_get_ctt_index(hp->cth_version, tp, NULL, &t, NULL); in ctf_decl_push() 1198 idwidth = hp->cth_version == CTF_VERSION_2 ? 2 : 4; in fbt_getargdesc() [all …]
|
/freebsd/sys/kern/ |
H A D | kern_ctf.c | 197 if (cth.cth_version != CTF_VERSION_2 && in link_elf_ctf_get() 198 cth.cth_version != CTF_VERSION_3) { in link_elf_ctf_get() 202 __func__, __LINE__, lf->pathname, cth.cth_version); in link_elf_ctf_get()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctf.c | 700 h.cth_version = CTF_VERSION_3; in ctf_gen() 759 if (h->cth_version == CTF_VERSION_2) { in get_ctt_info() 777 if (h->cth_version == CTF_VERSION_2) { in get_ctt_size() 804 uint_t version = h->cth_version; in count_types() 943 idwidth = h->cth_version == CTF_VERSION_2 ? 2 : 4; in resurrect_objects() 993 idwidth = h->cth_version == CTF_VERSION_2 ? 2 : 4; in resurrect_functions() 1026 if (h->cth_version == CTF_VERSION_2) in resurrect_functions() 1078 version = h->cth_version; in resurrect_types() 1465 if (h->cth_version != CTF_VERSION_2 && h->cth_version != CTF_VERSION_3) in ctf_load() 1466 parseterminate("Unknown CTF version %d", h->cth_version); in ctf_load()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/ |
H A D | dump.c | 188 (void) printf(" cth_version = %u\n", hp->cth_version); in print_header() 340 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() 420 version = hp->cth_version; in read_types() 424 id += 1ul << (hp->cth_version == CTF_VERSION_2 ? in read_types()
|
/freebsd/sys/sys/ |
H A D | ctf.h | 42 #define cth_version cth_preamble.ctp_version macro
|
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_open.c | 840 fp->ctf_version = hp.cth_version; in ctf_bufopen() 842 fp->ctf_fileops = &ctf_fileops[hp.cth_version]; in ctf_bufopen()
|
H A D | ctf_create.c | 299 hdr.cth_version = fp->ctf_version; in ctf_update()
|