Home
last modified time | relevance | path

Searched refs:symtab_get_next_arg (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dprintfuncs.c62 for (e = symtab_get_first_arg(); e != NULL; e = symtab_get_next_arg()) { in generate_printf()
153 for (e = symtab_get_first_arg(); e != NULL; e = symtab_get_next_arg()) { in generate_printfunc_calls()
H A Dsymtab.h72 extern ENTRY *symtab_get_next_arg(void);
H A Dtrace.c679 for (p = symtab_get_next_arg(); p != NULL; in to_actual()
680 p = symtab_get_next_arg()) { in to_actual()
H A Dsymtab.c444 symtab_get_next_arg(void) in symtab_get_next_arg() function