Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dvg_preloaded.c57 void VG_NOTIFY_ON_LOAD(freeres)(Vg_FreeresToRun to_run);
58 void VG_NOTIFY_ON_LOAD(freeres)(Vg_FreeresToRun to_run) in VG_NOTIFY_ON_LOAD() function
96 void * VG_NOTIFY_ON_LOAD(ifunc_wrapper) (void);
97 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.c1711 if (VG_(strcmp)(symbol, VG_STRINGIFY(VG_NOTIFY_ON_LOAD(freeres))) == 0) in handle_maybe_load_notifier()
1714 if (VG_(strcmp)(symbol, VG_STRINGIFY(VG_NOTIFY_ON_LOAD(ifunc_wrapper))) == 0) in handle_maybe_load_notifier()
/external/valgrind/
DANDROID_PATCH_AGAINST_UPSTREAM.txt125 void VG_NOTIFY_ON_LOAD(freeres)(Vg_FreeresToRun to_run)