Searched refs:redir_do_lookup (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_redir.h87 extern Addr VG_(redir_do_lookup) ( Addr orig, Bool* isWrap );
H A Dm_translate.c45 #include "pub_core_redir.h" // VG_(redir_do_lookup)
868 if (addr != VG_(redir_do_lookup)(addr, NULL))
1367 Addr64 tmp = VG_(redir_do_lookup)( nraddr, &isWrap );
H A Dm_redir.c103 VG_(redir_do_lookup) in this module to find out if the
1086 Addr VG_(redir_do_lookup) ( Addr orig, Bool* isWrap ) function

Completed in 1387 milliseconds