OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:redir_do_lookup
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/coregrind/
pub_core_redir.h
86
extern Addr VG_(
redir_do_lookup
) ( Addr orig, Bool* isWrap );
m_translate.c
45
#include "pub_core_redir.h" // VG_(
redir_do_lookup
)
760
if (addr != VG_(
redir_do_lookup
)(addr, NULL))
[
all
...]
m_redir.c
96
VG_(
redir_do_lookup
) in this module to find out if the
812
Addr VG_(
redir_do_lookup
) ( Addr orig, Bool* isWrap )
function
[
all
...]
Completed in 110 milliseconds