Home | History | Annotate | Download | only in helgrind

Lines Matching defs:soname

4300    const UChar* soname;
4306 soname = VG_(DebugInfo_get_soname)(dinfo);
4307 tl_assert(soname);
4308 if (0) VG_(printf)("%s\n", soname);
4311 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 soname, VG_U_DYLD)) return True;