Searched refs:use_fd (Results 1 – 4 of 4) sorted by relevance
214 void ChildCrash(bool use_fd) { in ChildCrash() argument219 if (use_fd) { in ChildCrash()229 if (use_fd) { in ChildCrash()243 if (!use_fd) in ChildCrash()248 if (!use_fd) in ChildCrash()
66 extern ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV, Int use_fd );
376 self.use_fd = self.type not in [EUSER, NEWTYPE]501 self.use_fd = (val is True)571 if self.use_fd:
815 ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV, Int use_fd ) in VG_()828 vg_assert(use_fd >= -1); in VG_()990 if (use_fd == -1) { in VG_()1005 actual_fd = use_fd; in VG_()1009 if (use_fd == -1) { in VG_()