Home
last modified time | relevance | path

Searched refs:abfd_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
1408 if (bfd_stat (abfd, &abfd_stat) == 0 in separate_debug_file_exists()
1409 && abfd_stat.st_ino != 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()