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

/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c63 void function_entry(private_t *, struct bkpt *, struct callstack *);
64 void function_return(private_t *, struct callstack *);
574 struct callstack *Stk;
613 for (Stk = callstack; Stk != NULL; Stk = Stk->next) {
635 struct callstack *Stk;
645 for (Stk = callstack; Stk != NULL; Stk = Stk->next)
649 Stk = my_malloc(sizeof (struct callstack), NULL);
650 Stk->next = callstack;
651 callstack = Stk;
699 callstack
[all...]
H A Dramdata.c108 struct callstack *callstack; /* the callstack array */ variable in typeref:struct:callstack
H A Dramdata.h265 struct callstack { struct
266 struct callstack *next;
281 extern struct callstack *callstack; /* the callstack list */
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/
H A DMakefile.com34 utils.c maps.c syms.c callstack.c disasm.c
H A DMakefile59 common/callstack.c \

Completed in 66 milliseconds