Home | History | Annotate | Download | only in coregrind

Lines Matching full:fdstat

153    struct stat fdstat;
161 if (fstat(shared_mem_fd, &fdstat) != 0)
164 if (fdstat.st_size == sizeof(VgdbShared64))
166 else if (fdstat.st_size == sizeof(VgdbShared32))
175 (long int)fdstat.st_size);
182 fdstat.st_size);
193 *s = (void*) mmap (NULL, fdstat.st_size,