HomeSort by relevance Sort by last modified time
    Searched refs:STRRCHR (Results 1 - 2 of 2) sorted by null

  /external/valgrind/exp-sgcheck/
h_intercepts.c 48 #define STRRCHR(soname, fnname) \
62 // Apparently rindex() is the same thing as strrchr()
63 STRRCHR(VG_Z_LIBC_SONAME, strrchr)
64 STRRCHR(VG_Z_LIBC_SONAME, rindex)
66 STRRCHR(VG_Z_LIBC_SONAME, __GI_strrchr)
67 STRRCHR(VG_Z_LD_LINUX_SO_2, rindex)
69 STRRCHR(VG_Z_DYLD, strrchr)
70 STRRCHR(VG_Z_DYLD, rindex
    [all...]
  /external/valgrind/shared/
vg_replace_strmem.c 59 20010 STRRCHR
180 /*---------------------- strrchr ----------------------*/
182 #define STRRCHR(soname, fnname) \
196 // Apparently rindex() is the same thing as strrchr()
198 STRRCHR(VG_Z_LIBC_SONAME, strrchr)
199 STRRCHR(VG_Z_LIBC_SONAME, rindex)
200 STRRCHR(VG_Z_LIBC_SONAME, __GI_strrchr)
201 STRRCHR(VG_Z_LIBC_SONAME, __strrchr_sse2)
202 STRRCHR(VG_Z_LIBC_SONAME, __strrchr_sse2_no_bsf
    [all...]

Completed in 1507 milliseconds