Searched refs:tdarr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | ctf.c | 935 resurrect_objects(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize, in resurrect_objects() argument 967 ii->ii_dtype = tdarr[id]; in resurrect_objects() 982 resurrect_functions(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize, in resurrect_functions() argument 1020 ii->ii_dtype = tdarr[retid]; in resurrect_functions() 1040 ii->ii_args[i] = tdarr[id]; in resurrect_functions() 1057 resurrect_types(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize, in resurrect_types() argument 1116 tdp = tdarr[tid]; in resurrect_types() 1172 tdp->t_tdesc = tdarr[type]; in resurrect_types() 1196 tdp->t_ardef->ad_contents = tdarr[contents]; in resurrect_types() 1197 tdp->t_ardef->ad_idxtype = tdarr[index]; in resurrect_types() [all …]
|