Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dplugin.c188 struct stat stat_buf; in try_claim() local
189 if (fstat (file.fd, &stat_buf)) in try_claim()
191 file.filesize = stat_buf.st_size; in try_claim()
Driscix.c594 struct stat stat_buf; in riscix_some_aout_object_p() local
598 && (fstat(fileno((FILE *) (abfd->iostream)), &stat_buf) == 0) in riscix_some_aout_object_p()
599 && ((stat_buf.st_mode & 0111) != 0)) in riscix_some_aout_object_p()
Dpdp11.c628 struct stat stat_buf; in NAME() local
639 && (fstat(fileno((FILE *) (abfd->iostream)), &stat_buf) == 0) in NAME()
640 && ((stat_buf.st_mode & 0111) != 0)) in NAME()
Daoutx.h637 struct stat stat_buf; in NAME() local
648 && (fstat (fileno ((FILE *) (abfd->iostream)), &stat_buf) == 0) in NAME()
649 && ((stat_buf.st_mode & 0111) != 0)) in NAME()