Searched refs:STRCMP (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/exp-sgcheck/ |
D | h_intercepts.c | 184 #define STRCMP(soname, fnname) \ macro 204 STRCMP(VG_Z_LIBC_SONAME, strcmp) 206 STRCMP(VG_Z_LIBC_SONAME, __GI_strcmp) 207 STRCMP(VG_Z_LD_LINUX_X86_64_SO_2, strcmp) 208 STRCMP(VG_Z_LD64_SO_1, strcmp)
|
/external/valgrind/shared/ |
D | vg_replace_strmem.c | 747 #define STRCMP(soname, fnname) \ macro 768 STRCMP(VG_Z_LIBC_SONAME, strcmp) 769 STRCMP(VG_Z_LIBC_SONAME, __GI_strcmp) 770 STRCMP(VG_Z_LIBC_SONAME, __strcmp_sse2) 771 STRCMP(VG_Z_LIBC_SONAME, __strcmp_sse42) 772 STRCMP(VG_Z_LD_LINUX_X86_64_SO_2, strcmp) 773 STRCMP(VG_Z_LD64_SO_1, strcmp) 776 STRCMP(NONE, __dl_strcmp); /* in /system/bin/linker */ 780 STRCMP(VG_Z_LIBC_SONAME, strcmp) 782 STRCMP(libsystemZuplatformZddylib, _platform_strcmp)
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 135 STRCMP, enumerator
|
D | SystemZSelectionDAGInfo.cpp | 250 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src1, Src2, in EmitTargetCodeForStrcmp()
|
D | SystemZOperators.td | 174 def z_strcmp : SDNode<"SystemZISD::STRCMP", SDT_ZString,
|
D | SystemZISelLowering.cpp | 2805 OPCODE(STRCMP); in getTargetNodeName()
|