Searched refs:ii_args (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Diidesc.c134 tgt->ii_args = xmalloc(sizeof (tdesc_t *) * tgt->ii_nargs);
135 bcopy(src->ii_args, tgt->ii_args,
163 free(idp->ii_args);
H A Dstabs.c154 curfun->ii_args = xmalloc(sizeof (tdesc_t *) * FUNCARG_DEF);
156 curfun->ii_args = xrealloc(curfun->ii_args,
160 curfun->ii_args[curfun->ii_nargs - 1] = arg->ii_dtype;
168 free(ii->ii_args);
169 ii->ii_args = NULL;
H A Dtraverse.c198 if ((rc = tdtraverse(ii->ii_args[i], &ii->ii_args[i],
H A Dctftools.h280 tdesc_t **ii_args; member in struct:iidesc
H A Dmerge.c627 iif->iif_template->ii_args[i]->t_id) !=
628 node->ii_args[i]->t_id)
865 (void) remap_node(&new->ii_args[i], old->ii_args[i], -1, NULL,
H A Dctf.c215 id = idp->ii_args[i]->t_id;
982 ii->ii_args =
991 ii->ii_args[i] = tdarr[id];
994 if (ii->ii_nargs && ii->ii_args[ii->ii_nargs - 1] == NULL) {
H A Ddwarf.c1650 ii->ii_args = xcalloc(sizeof (tdesc_t) * ii->ii_nargs);
1658 ii->ii_args[i++] = die_lookup_pass1(dw, arg,
H A Dst_parse.c239 ii->ii_args = args;

Completed in 122 milliseconds