Home | History | Annotate | Download | only in coregrind

Lines Matching refs:VG_

49 //   is aborted.  See comment by VG_(clo_n_req_tsyms) in
66 extern void VG_(redir_notify_new_DebugInfo)( const DebugInfo* );
70 extern void VG_(redir_notify_delete_DebugInfo)( const DebugInfo* );
73 extern void VG_(redir_initialise)( void );
76 extern void VG_(redir_add_ifunc_target)( Addr old_from, Addr new_from );
87 extern Addr VG_(redir_do_lookup) ( Addr orig, Bool* isWrap );
127 //extern void VG_(wrap_function)(Addr eip, const FuncWrapper *wrapper);
128 //extern const FuncWrapper *VG_(is_wrapped)(Addr eip);
129 //extern Bool VG_(is_wrapper_return)(Addr eip);
132 //extern CodeRedirect *VG_(add_wrapper)(const HChar *from_lib, const HChar *from_sym,
135 //extern Bool VG_(is_resolved)(const CodeRedirect *redir);