Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/stabs/
H A Dstabs.c43 static char *soudef(char *cp, enum type type, struct tdesc **rtdp);
387 soudef(cp, STRUCT, rtdp); in tagdecl()
390 soudef(cp, UNION, rtdp); in tagdecl()
533 cp = soudef(cp, (type == 'u') ? UNION : STRUCT, rtdp); in tdefdecl()
558 soudef(char *cp, enum type type, struct tdesc **rtdp) in soudef() function
/titanic_41/usr/src/tools/ctf/cvt/
H A Dst_parse.c62 static char *soudef(char *cp, stabtype_t type, tdesc_t **rtdp);
384 (void) soudef(cp, STRUCT, &rtdp); in parse_sou()
387 (void) soudef(cp, UNION, &rtdp); in parse_sou()
765 cp = soudef(cp, (type == 'u') ? UNION : STRUCT, rtdp); in tdefdecl()
886 soudef(char *cp, stabtype_t type, tdesc_t **rtdp) in soudef() function