OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:on_install
(Results
1 - 3
of
3
) sorted by null
/external/ltrace/
breakpoint.h
49
void (*
on_install
)(struct breakpoint *bp, struct process *proc);
member in struct:bp_callbacks
88
/* Call
ON_INSTALL
handler of BP, if any is set. This should be
breakpoints.c
92
if (bp->cbs != NULL && bp->cbs->
on_install
!= NULL)
93
(bp->cbs->
on_install
)(bp, proc);
/external/ltrace/sysdeps/linux-gnu/ppc/
plt.c
[
all
...]
Completed in 244 milliseconds