Searched refs:VG_STREQ (Results 1 - 17 of 17) sorted by relevance

/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-pathscan.c121 && VG_STREQ(executable_name_out, ""))
146 return VG_STREQ(executable_name_out, "") ? NULL : executable_name_out;
/external/valgrind/main/include/
H A Dpub_tool_options.h55 if VG_STREQ(val, "yes") (qq_var) = True; \
56 else if VG_STREQ(val, "no") (qq_var) = False; \
138 (VG_STREQ((qq_arg), (qq_option)) && \
H A Dpub_tool_libcbase.h80 #define VG_STREQ(s1,s2) ( (s1 != NULL && s2 != NULL \ macro
/external/valgrind/main/memcheck/tests/
H A Dunit_libcbase.c17 CHECK( ! VG_STREQ(NULL, NULL) ); // Nb: strcmp() considers these equal
18 CHECK( ! VG_STREQ(NULL, "ab") ); // Nb: strcmp() seg faults on this
19 CHECK( ! VG_STREQ("ab", NULL) ); // Nb: strcmp() seg faults on this
20 CHECK( ! VG_STREQ("", "a") );
21 CHECK( ! VG_STREQ("a", "") );
22 CHECK( ! VG_STREQ("abc", "abcd"));
23 CHECK( ! VG_STREQ("abcd", "abc") );
24 CHECK( ! VG_STREQ("Abcd", "abcd"));
25 CHECK( ! VG_STREQ("abcd", "Abcd"));
27 CHECK( VG_STREQ("", "") );
[all...]
/external/valgrind/main/memcheck/
H A Dmc_errors.c1032 if (VG_STREQ(e1s, e2s)) return True;
1037 return VG_STREQ(VG_(get_error_string)(e1), VG_(get_error_string)(e2));
1046 if (!VG_STREQ(VG_(get_error_string)(e1),
1418 if (VG_STREQ(name, "Param")) skind = ParamSupp;
1419 else if (VG_STREQ(name, "User")) skind = UserSupp;
1420 else if (VG_STREQ(name, "CoreMem")) skind = CoreMemSupp;
1421 else if (VG_STREQ(name, "Addr1")) skind = Addr1Supp;
1422 else if (VG_STREQ(name, "Addr2")) skind = Addr2Supp;
1423 else if (VG_STREQ(name, "Addr4")) skind = Addr4Supp;
1424 else if (VG_STREQ(nam
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcassert.c299 if (VG_STREQ(expr, "0")) {
306 if (!VG_STREQ(buf, ""))
H A Dm_commandline.c227 f2_clo = ( (cwd_ok && VG_STREQ(home, cwd))
H A Dm_errormgr.c1229 if (!VG_STREQ(buf, "{")) BOMB("expected '{' or end-of-file");
1233 if (eof || VG_STREQ(buf, "}")) BOMB("unexpected '}'");
1257 //if (VG_STREQ(supp_name, "Thread"))
1277 if (VG_STREQ(buf, "}"))
1298 if (VG_STREQ(buf, "}")) {
1317 if (!VG_STREQ(buf, "}")) {
1320 } while (!eof && !VG_STREQ(buf, "}"));
H A Dm_main.c486 else if VG_STREQ( arg, "--") {}
487 else if VG_STREQ( arg, "-d") {}
511 else if (VG_STREQ(arg, "-v") ||
512 VG_STREQ(arg, "--verbose"))
515 else if (VG_STREQ(arg, "-q") ||
516 VG_STREQ(arg, "--quiet"))
1594 if VG_STREQ(argv[i], "--") break;
1595 if VG_STREQ(argv[i], "-d") loglevel++;
H A Dm_options.c138 if (VG_STREQ(format, "")) {
/external/valgrind/main/coregrind/m_ume/
H A Dmain.c165 if (n == 2 && VG_STREQ("#!", buf))
/external/valgrind/main/exp-sgcheck/
H A Dpc_common.c727 if (VG_STREQ(name, "SorG")) skind = XS_SorG;
728 else if (VG_STREQ(name, "Heap")) skind = XS_Heap;
729 else if (VG_STREQ(name, "Arith")) skind = XS_Arith;
730 else if (VG_STREQ(name, "SysParam")) skind = XS_SysParam;
/external/valgrind/main/helgrind/
H A Dhg_main.c4311 if (VG_STREQ(soname, VG_U_LD_LINUX_SO_3)) return True;
4312 if (VG_STREQ(soname, VG_U_LD_LINUX_SO_2)) return True;
4313 if (VG_STREQ(soname, VG_U_LD_LINUX_X86_64_SO_2)) return True;
4314 if (VG_STREQ(soname, VG_U_LD64_SO_1)) return True;
4315 if (VG_STREQ(soname, VG_U_LD_SO_1)) return True;
4317 if (VG_STREQ(soname, VG_U_DYLD)) return True;
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c1566 if (VG_STREQ("main", name)) {
1571 VG_STREQ("__libc_start_main", name) || // glibc glibness
1572 VG_STREQ("generic_start_main", name) || // Yellow Dog doggedness
1575 VG_STREQ("start_according_to_valgrind", name) || // Darwin, darling
H A Dreadmacho.c383 else if (!VG_(clo_show_below_main) && VG_STREQ(disym.pri_name, "start")) {
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c3623 (VG_STREQ(arg1s, name) || VG_STREQ(arg1s, "/proc/self/cmdline"))
3769 (VG_STREQ(arg1s, name) || VG_STREQ(arg1s, "/proc/self/exe"))
/external/valgrind/main/massif/
H A Dms_main.c375 if (VG_STREQ(fnname, *fn_ptr))

Completed in 1788 milliseconds