Searched refs:soudef (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/tools/stabs/ |
H A D | stabs.c | 43 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 D | st_parse.c | 62 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
|