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

  /bionic/libc/arch-x86/string/
strrchr.S 1 /* $OpenBSD: strrchr.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
2 #define STRRCHR
rindex.S 9 #ifdef STRRCHR
10 ENTRY(strrchr) function
  /external/valgrind/main/exp-ptrcheck/
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/main/memcheck/
mc_replace_strmem.c 101 #define STRRCHR(soname, fnname) \
115 // Apparently rindex() is the same thing as strrchr()
116 STRRCHR(VG_Z_LIBC_SONAME, strrchr)
117 STRRCHR(VG_Z_LIBC_SONAME, rindex)
119 STRRCHR(VG_Z_LIBC_SONAME, __GI_strrchr)
120 STRRCHR(VG_Z_LD_LINUX_SO_2, rindex)
122 STRRCHR(VG_Z_DYLD, strrchr)
123 STRRCHR(VG_Z_DYLD, rindex
    [all...]
  /external/valgrind/tsan/
ts_valgrind_intercepts.c     [all...]

Completed in 91 milliseconds