Home
last modified time | relevance | path

Searched refs:symtab_get_first_arg (Results 1 – 5 of 5) 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.h71 extern ENTRY *symtab_get_first_arg(void);
H A Dinterceptor.c365 if ((e = symtab_get_first_arg()) != NULL || !is_void(e)) { in generate_i_prints()
H A Dtrace.c677 if ((p = symtab_get_first_arg()) != NULL) { in to_actual()
H A Dsymtab.c435 symtab_get_first_arg(void) in symtab_get_first_arg() function