Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dvg_preloaded.c56 void VG_NOTIFY_ON_LOAD(freeres)( void );
57 void VG_NOTIFY_ON_LOAD(freeres)( void ) in VG_NOTIFY_ON_LOAD() function
74 void * VG_NOTIFY_ON_LOAD(ifunc_wrapper) (void);
75 void * VG_NOTIFY_ON_LOAD(ifunc_wrapper) (void) in VG_NOTIFY_ON_LOAD() function
Dpub_core_redir.h103 #define VG_NOTIFY_ON_LOAD(name) _vgnU_##name macro
Dm_redir.c1640 if (VG_(strcmp)(symbol, VG_STRINGIFY(VG_NOTIFY_ON_LOAD(freeres))) == 0) in handle_maybe_load_notifier()
1643 if (VG_(strcmp)(symbol, VG_STRINGIFY(VG_NOTIFY_ON_LOAD(ifunc_wrapper))) == 0) in handle_maybe_load_notifier()