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

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c62 static char *soudef(char *cp, stabtype_t type, tdesc_t **rtdp);
383 (void) soudef(cp, STRUCT, &rtdp);
386 (void) soudef(cp, UNION, &rtdp);
764 cp = soudef(cp, (type == 'u') ? UNION : STRUCT, rtdp);
885 soudef(char *cp, stabtype_t type, tdesc_t **rtdp) function
907 parse_debug(3, cp, "soudef: %s size=%d", tdesc_name(*rtdp),
943 " soudef now looking at ");

Completed in 93 milliseconds