Home
last modified time | relevance | path

Searched refs:dynlib (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/truss/
H A Dramdata.h221 struct dynlib *dyn; /* enclosing library */
235 struct dynlib { /* structure for tracing functions */ struct
236 struct dynlib *next; argument
256 struct dynlib *Dp; /* set to the dynlib instance when searching */
259 extern struct dynlib *Dynlib; /* for tracing functions in shared libraries */
H A Dfcall.c189 struct dynlib **Dpp; in establish_breakpoints()
190 struct dynlib *Dp; in establish_breakpoints()
302 struct dynlib *Dp; in object_iter()
323 Dp = my_malloc(sizeof (struct dynlib), NULL); in object_iter()
324 (void) memset(Dp, 0, sizeof (struct dynlib)); in object_iter()
398 struct dynlib *Dp; in object_present()
498 struct dynlib *Dp = Dyp->Dp; in symbol_iter()
1066 struct dynlib *Dp; in reset_breakpoints()
1178 struct callstack *Stk, struct dynlib *Dp, struct bkpt *Bp) in show_function_call()
1209 struct callstack *Stk, struct dynlib *Dp, struct bkpt *Bp) in show_function_return()
[all …]
H A Dramdata.c103 struct dynlib *Dynlib; /* for tracing functions in shared libraries */