Home | History | Annotate | Download | only in helgrind

Lines Matching defs:soname

4591    const HChar* soname;
4597 soname = VG_(DebugInfo_get_soname)(dinfo);
4598 tl_assert(soname);
4599 if (0) VG_(printf)("%s\n", soname);
4602 if (VG_STREQ(soname, VG_U_LD_LINUX_SO_3)) return True;
4603 if (VG_STREQ(soname, VG_U_LD_LINUX_SO_2)) return True;
4604 if (VG_STREQ(soname, VG_U_LD_LINUX_X86_64_SO_2)) return True;
4605 if (VG_STREQ(soname, VG_U_LD64_SO_1)) return True;
4606 if (VG_STREQ(soname, VG_U_LD64_SO_2)) return True;
4607 if (VG_STREQ(soname, VG_U_LD_SO_1)) return True;
4608 if (VG_STREQ(soname, VG_U_LD_LINUX_AARCH64_SO_1)) return True;
4609 if (VG_STREQ(soname, VG_U_LD_LINUX_ARMHF_SO_3)) return True;
4611 if (VG_STREQ(soname, VG_U_DYLD)) return True;
4613 if (VG_STREQ(soname, VG_U_LD_SO_1)) return True;