OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VG_REPLACE_FUNCTION_ZU
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/drd/
drd_strmem_intercepts.c
41
SizeT
VG_REPLACE_FUNCTION_ZU
(soname,fnname) ( const char* str, SizeT n ); \
42
SizeT
VG_REPLACE_FUNCTION_ZU
(soname,fnname) ( const char* str, SizeT n ) \
61
SizeT
VG_REPLACE_FUNCTION_ZU
(soname,fnname)( const char* str ); \
62
SizeT
VG_REPLACE_FUNCTION_ZU
(soname,fnname)( const char* str ) \
/external/valgrind/main/exp-sgcheck/
h_intercepts.c
49
char*
VG_REPLACE_FUNCTION_ZU
(soname,fnname)( const char* s, int c ); \
50
char*
VG_REPLACE_FUNCTION_ZU
(soname,fnname)( const char* s, int c ) \
75
char*
VG_REPLACE_FUNCTION_ZU
(soname,fnname) ( const char* s, int c ); \
76
char*
VG_REPLACE_FUNCTION_ZU
(soname,fnname) ( const char* s, int c ) \
103
SizeT
VG_REPLACE_FUNCTION_ZU
(soname,fnname) ( const char* str, SizeT n ); \
104
SizeT
VG_REPLACE_FUNCTION_ZU
(soname,fnname) ( const char* str, SizeT n ) \
119
SizeT
VG_REPLACE_FUNCTION_ZU
(soname,fnname)( const char* str ); \
120
SizeT
VG_REPLACE_FUNCTION_ZU
(soname,fnname)( const char* str ) \
137
char*
VG_REPLACE_FUNCTION_ZU
(soname, fnname) ( char* dst, const char* src ); \
138
char*
VG_REPLACE_FUNCTION_ZU
(soname, fnname) ( char* dst, const char* src )
[
all
...]
/external/valgrind/main/coregrind/
vg_preloaded.c
154
int
VG_REPLACE_FUNCTION_ZU
(libSystemZdZaZddylib, arc4random)(void);
155
int
VG_REPLACE_FUNCTION_ZU
(libSystemZdZaZddylib, arc4random)(void)
166
void
VG_REPLACE_FUNCTION_ZU
(libSystemZdZaZddylib, arc4random_stir)(void);
167
void
VG_REPLACE_FUNCTION_ZU
(libSystemZdZaZddylib, arc4random_stir)(void)
172
void
VG_REPLACE_FUNCTION_ZU
(libSystemZdZaZddylib, arc4random_addrandom)(unsigned char *dat, int datlen);
173
void
VG_REPLACE_FUNCTION_ZU
(libSystemZdZaZddylib, arc4random_addrandom)(unsigned char *dat, int datlen)
/external/valgrind/main/include/
pub_tool_redir.h
88
VG_REPLACE_FUNCTION_ZU
(zEncodedSoname,fnname) ( .. args .. )
217
#define
VG_REPLACE_FUNCTION_ZU
(_soname,_fnname) \
/external/valgrind/main/helgrind/
hg_intercepts.c
[
all
...]
Completed in 572 milliseconds