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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.h74 extern ENTRY *symtab_get_first_arg(void);
H A Dprintfuncs.c64 for (e = symtab_get_first_arg(); e != NULL; e = symtab_get_next_arg()) {
155 for (e = symtab_get_first_arg(); e != NULL; e = symtab_get_next_arg()) {
H A Dinterceptor.c367 if ((e = symtab_get_first_arg()) != NULL || !is_void(e)) {
H A Dsymtab.c437 symtab_get_first_arg(void) function
440 errlog(BEGIN, "symtab_get_first_arg() {"); errlog(END, "}");
H A Dtrace.c679 if ((p = symtab_get_first_arg()) != NULL) {

Completed in 48 milliseconds