OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VG_Z_LIBC_SONAME
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/main/exp-ptrcheck/
h_intercepts.c
63
STRRCHR(
VG_Z_LIBC_SONAME
, strrchr)
64
STRRCHR(
VG_Z_LIBC_SONAME
, rindex)
66
STRRCHR(
VG_Z_LIBC_SONAME
, __GI_strrchr)
88
STRCHR(
VG_Z_LIBC_SONAME
, strchr)
89
STRCHR(
VG_Z_LIBC_SONAME
, index)
91
STRCHR(
VG_Z_LIBC_SONAME
, __GI_strchr)
111
STRNLEN(
VG_Z_LIBC_SONAME
, strnlen)
127
STRLEN(
VG_Z_LIBC_SONAME
, strlen)
129
STRLEN(
VG_Z_LIBC_SONAME
, __GI_strlen)
148
STRCPY(
VG_Z_LIBC_SONAME
, strcpy
[
all
...]
/external/valgrind/main/include/
pub_tool_redir.h
176
# define
VG_Z_LIBC_SONAME
libcZdsoZa // libc.so*
179
# define
VG_Z_LIBC_SONAME
libcZaZdaZLshrZdoZR // libc*.a(shr.o)
181
# define
VG_Z_LIBC_SONAME
libcZaZdaZLshrZu64ZdoZR // libc*.a(shr_64.o)
183
# define
VG_Z_LIBC_SONAME
libSystemZdZaZddylib // libSystem.*.dylib
/external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c
236
ALLOC_or_NULL(
VG_Z_LIBC_SONAME
, malloc, malloc);
238
ALLOC_or_NULL(
VG_Z_LIBC_SONAME
, malloc_common, malloc);
240
ZONEALLOC_or_NULL(
VG_Z_LIBC_SONAME
, malloc_zone_malloc, malloc);
248
ALLOC_or_BOMB(
VG_Z_LIBC_SONAME
, builtin_new, __builtin_new);
251
ALLOC_or_BOMB(
VG_Z_LIBC_SONAME
, __builtin_new, __builtin_new);
256
ALLOC_or_BOMB(
VG_Z_LIBC_SONAME
, _Znwj, __builtin_new);
262
ALLOC_or_BOMB(
VG_Z_LIBC_SONAME
, _Znwm, __builtin_new);
276
ALLOC_or_NULL(
VG_Z_LIBC_SONAME
, _ZnwjRKSt9nothrow_t, __builtin_new);
282
ALLOC_or_NULL(
VG_Z_LIBC_SONAME
, _ZnwmRKSt9nothrow_t, __builtin_new);
295
ALLOC_or_BOMB(
VG_Z_LIBC_SONAME
, __builtin_vec_new, __builtin_vec_new )
[
all
...]
/external/valgrind/main/drd/
drd_strmem_intercepts.c
51
STRNLEN(
VG_Z_LIBC_SONAME
, strnlen)
67
STRLEN(
VG_Z_LIBC_SONAME
, strlen)
/external/valgrind/main/memcheck/
mc_replace_strmem.c
116
STRRCHR(
VG_Z_LIBC_SONAME
, strrchr)
117
STRRCHR(
VG_Z_LIBC_SONAME
, rindex)
119
STRRCHR(
VG_Z_LIBC_SONAME
, __GI_strrchr)
141
STRCHR(
VG_Z_LIBC_SONAME
, strchr)
142
STRCHR(
VG_Z_LIBC_SONAME
, index)
144
STRCHR(
VG_Z_LIBC_SONAME
, __GI_strchr)
176
STRCAT(
VG_Z_LIBC_SONAME
, strcat)
178
STRCAT(
VG_Z_LIBC_SONAME
, __GI_strcat)
206
STRNCAT(
VG_Z_LIBC_SONAME
, strncat)
249
STRLCAT(
VG_Z_LIBC_SONAME
, strlcat
[
all
...]
/external/valgrind/tsan/
ts_valgrind_intercepts.c
100
ret_ty I_WRAP_SONAME_FNNAME_ZZ(
VG_Z_LIBC_SONAME
,f)(args); \
101
ret_ty I_WRAP_SONAME_FNNAME_ZZ(
VG_Z_LIBC_SONAME
,f)(args)
316
WRAP_WORKQ_OPS(
VG_Z_LIBC_SONAME
, __workq_ops);
413
WRAP_ZONE_MALLOC(
VG_Z_LIBC_SONAME
, malloc_zone_malloc);
414
WRAP_ZONE_CALLOC(
VG_Z_LIBC_SONAME
, malloc_zone_calloc);
415
WRAP_ZONE_REALLOC(
VG_Z_LIBC_SONAME
, malloc_zone_realloc);
417
WRAP_MALLOC(
VG_Z_LIBC_SONAME
, malloc);
420
WRAP_MALLOC(
VG_Z_LIBC_SONAME
, valloc);
422
WRAP_MALLOC(
VG_Z_LIBC_SONAME
, pvalloc);
444
WRAP_CALLOC(
VG_Z_LIBC_SONAME
, calloc)
[
all
...]
/external/valgrind/main/helgrind/
hg_intercepts.c
[
all
...]
Completed in 20 milliseconds