Searched refs:VG_NOTIFY_ON_LOAD (Results 1 – 3 of 3) sorted by relevance
56 void VG_NOTIFY_ON_LOAD(freeres)( void );57 void VG_NOTIFY_ON_LOAD(freeres)( void ) in VG_NOTIFY_ON_LOAD() function74 void * VG_NOTIFY_ON_LOAD(ifunc_wrapper) (void);75 void * VG_NOTIFY_ON_LOAD(ifunc_wrapper) (void) in VG_NOTIFY_ON_LOAD() function
102 #define VG_NOTIFY_ON_LOAD(name) _vgnU_##name macro
1295 if (VG_(strcmp)(symbol, VG_STRINGIFY(VG_NOTIFY_ON_LOAD(freeres))) == 0) in handle_maybe_load_notifier()1298 if (VG_(strcmp)(symbol, VG_STRINGIFY(VG_NOTIFY_ON_LOAD(ifunc_wrapper))) == 0) in handle_maybe_load_notifier()