Home
last modified time | relevance | path

Searched refs:STPCPY (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/exp-sgcheck/
Dh_intercepts.c321 #define STPCPY(soname, fnname) \ macro
331 STPCPY(VG_Z_LIBC_SONAME, stpcpy)
333 STPCPY(VG_Z_LD_LINUX_SO_2, stpcpy)
334 STPCPY(VG_Z_LD_LINUX_X86_64_SO_2, stpcpy)
/external/valgrind/shared/
Dvg_replace_strmem.c1115 #define STPCPY(soname, fnname) \ macro
1139 STPCPY(VG_Z_LIBC_SONAME, stpcpy)
1140 STPCPY(VG_Z_LIBC_SONAME, __GI_stpcpy)
1141 STPCPY(VG_Z_LIBC_SONAME, __stpcpy_sse2)
1142 STPCPY(VG_Z_LIBC_SONAME, __stpcpy_sse2_unaligned)
1143 STPCPY(VG_Z_LD_LINUX_SO_2, stpcpy)
1144 STPCPY(VG_Z_LD_LINUX_X86_64_SO_2, stpcpy)
1151 STPCPY(VG_Z_LIBC_SONAME, stpcpy)
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h131 STPCPY, enumerator
DSystemZSelectionDAGInfo.cpp235 SDValue EndDest = DAG.getNode(SystemZISD::STPCPY, DL, VTs, Chain, Dest, Src, in EmitTargetCodeForStrcpy()
DSystemZOperators.td305 def z_stpcpy : SDNode<"SystemZISD::STPCPY", SDT_ZString,
DSystemZISelLowering.cpp4455 OPCODE(STPCPY); in getTargetNodeName()