Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/bfd/
HDtrad-core.c114 if (bfd_stat (abfd, &statbuf) < 0)
HDbfdio.c242 bfd_stat (bfd *abfd, struct stat *statbuf) in bfd_stat() function
HDbinary.c77 if (bfd_stat (abfd, &statbuf) < 0) in binary_object_p()
HDsco5-core.c131 if (bfd_stat (abfd, &statbuf) < 0)
HDppcboot.c164 if (bfd_stat (abfd, &statbuf) < 0)
HDrs6000-core.c369 if (bfd_stat (abfd, &statbuf) < 0) in rs6000coff_core_p()
HDbfd-in.h510 extern int bfd_stat (bfd *, struct stat *);
HDarchive.c2025 if (bfd_stat (arch, &archstat) == -1) in _bfd_archive_bsd_update_armap_timestamp()
HDbfd-in2.h517 extern int bfd_stat (bfd *, struct stat *);
HDChangeLog-91931696 * libbfd-in.h (bfd_flush, bfd_stat): Reflect John's changes to
1730 (bfd_flush, bfd_stat): Add prototypes.
1732 (bfd_stat): Add, does fstat on a BFD.
HDChangeLog-02035559 bfd_tell, bfd_flush, bfd_stat, bfd_seek.
5561 bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
HDChangeLog-94953203 * libbfd.c (bfd_stat): If bfd_cache_lookup returns an error,
5706 bfd_tell, bfd_flush, and bfd_stat from here...
HDChangeLog-96976616 (bfd_write, bfd_stat): Abort if BFD_IN_MEMORY is set.
/NextBSD/contrib/binutils/binutils/
HDstrings.c358 if (bfd_stat (abfd, &st)) in strings_a_section()
/NextBSD/contrib/gdb/gdb/
HDrs6000-nat.c856 || bfd_stat (objfile->obfd, &vi) < 0) in vmap_ldinfo()
/NextBSD/contrib/binutils/ld/emultempl/
HDelf32.em241 if (bfd_stat (s->the_bfd, &st) != 0)
243 einfo ("%P:%B: bfd_stat failed: %E\n", s->the_bfd);
393 if (bfd_stat (abfd, &global_stat) != 0)
394 einfo ("%F%P:%B: bfd_stat failed: %E\n", abfd);
/NextBSD/gnu/usr.bin/binutils/libbfd/
HDbfd.h523 extern int bfd_stat (bfd *, struct stat *);