Searched refs:cth_version (Results 1 – 5 of 5) sorted by relevance
130 #define cth_version cth_preamble.ctp_version macro
616 h.cth_version = CTF_VERSION; in ctf_gen()1256 if (h->cth_version != CTF_VERSION) in ctf_load()1257 parseterminate("Unknown CTF version %d", h->cth_version); in ctf_load()
681 fp->ctf_version = hp.cth_version; in ctf_bufopen()682 fp->ctf_fileops = &ctf_fileops[hp.cth_version]; in ctf_bufopen()
262 hdr.cth_version = CTF_VERSION; in ctf_update()
187 (void) printf(" cth_version = %u\n", hp->cth_version); in print_header()