Home
last modified time | relevance | path

Searched refs:parent_stat (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dsymfile.c1381 struct stat parent_stat, abfd_stat; in separate_debug_file_exists() local
1410 && bfd_stat (parent_objfile->obfd, &parent_stat) == 0) in separate_debug_file_exists()
1412 if (abfd_stat.st_dev == parent_stat.st_dev in separate_debug_file_exists()
1413 && abfd_stat.st_ino == parent_stat.st_ino) in separate_debug_file_exists()