Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/ctf/cvt/
H A Dst_parse.c173 tdesc_t *ntdp = xcalloc(sizeof (*ntdp)); in read_tid() local
175 ntdp->t_type = TYPEDEF; in read_tid()
176 ntdp->t_tdesc = tdp; in read_tid()
177 tdp = ntdp; in read_tid()
289 tdesc_t *tdp, *ntdp; in parse_type() local
307 ntdp = xcalloc(sizeof (*ntdp)); in parse_type()
308 ntdp->t_name = xstrdup(ii->ii_name); in parse_type()
309 ntdp->t_type = TYPEDEF; in parse_type()
310 ntdp->t_tdesc = tdp; in parse_type()
312 tdp = ntdp; in parse_type()
[all …]
/titanic_50/usr/src/tools/stabs/
H A Dstabs.c217 struct tdesc *ntdp; in parseline() local
220 ntdp = lookup(h); in parseline()
221 if (ntdp == NULL) { /* if that type isn't defined yet */ in parseline()
230 tdp->data.tdesc = ntdp; in parseline()
233 (ntdp->name != NULL) ? ntdp->name : "anon", h); in parseline()
404 struct tdesc *ntdp; in tdefdecl() local
430 ntdp = lookup(h2); in tdefdecl()
431 if (ntdp == NULL) { /* if that type isn't defined yet */ in tdefdecl()
435 ntdp = malloc(sizeof (*ntdp)); in tdefdecl()
436 ntdp->type = TYPEOF; in tdefdecl()
[all …]