Lines Matching defs:h
639 write_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp) in write_buffer()
663 write_compressed_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp) in write_compressed_buffer()
686 ctf_header_t h; in ctf_gen() local
757 get_ctt_info(ctf_header_t *h, void *v, uint_t *kind, uint_t *vlen, int *isroot) in get_ctt_info()
775 get_ctt_size(ctf_header_t *h, void *v, size_t *sizep, size_t *incrementp) in get_ctt_size()
801 count_types(ctf_header_t *h, caddr_t data) in count_types()
890 resurrect_labels(ctf_header_t *h, tdata_t *td, caddr_t ctfdata, char *matchlbl) in resurrect_labels()
935 resurrect_objects(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize, in resurrect_objects()
982 resurrect_functions(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize, in resurrect_functions()
1057 resurrect_types(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize, in resurrect_types()
1378 ctf_parse(ctf_header_t *h, caddr_t buf, symit_data_t *si, char *label) in ctf_parse()
1447 ctf_header_t *h; in ctf_load() local