Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c109 } ctf_data_t; typedef
112 ref_to_str(uint_t name, const ctf_header_t *hp, const ctf_data_t *cd) in ref_to_str()
183 print_header(const ctf_header_t *hp, const ctf_data_t *cd) in print_header()
205 print_labeltable(const ctf_header_t *hp, const ctf_data_t *cd) in print_labeltable()
237 next_sym(const ctf_data_t *cd, const int symidx, const uchar_t matchtype, in next_sym()
268 read_data(const ctf_header_t *hp, const ctf_data_t *cd) in read_data()
314 read_funcs(const ctf_header_t *hp, const ctf_data_t *cd) in read_funcs()
401 read_types(const ctf_header_t *hp, const ctf_data_t *cd) in read_types()
723 read_strtab(const ctf_header_t *hp, const ctf_data_t *cd) in read_strtab()
901 ctf_data_t cd; in main()