Home | History | Annotate | Download | only in helgrind

Lines Matching defs:soname

4454    const HChar* soname;
4460 soname = VG_(DebugInfo_get_soname)(dinfo);
4461 tl_assert(soname);
4462 if (0) VG_(printf)("%s\n", soname);
4465 if (VG_STREQ(soname, VG_U_LD_LINUX_SO_3)) return True;
4466 if (VG_STREQ(soname, VG_U_LD_LINUX_SO_2)) return True;
4467 if (VG_STREQ(soname, VG_U_LD_LINUX_X86_64_SO_2)) return True;
4468 if (VG_STREQ(soname, VG_U_LD64_SO_1)) return True;
4469 if (VG_STREQ(soname, VG_U_LD_SO_1)) return True;
4471 if (VG_STREQ(soname, VG_U_DYLD)) return True;