Searched refs:bfd_stat (Results 1 – 17 of 17) sorted by relevance
| /NextBSD/contrib/binutils/bfd/ |
| HD | trad-core.c | 114 if (bfd_stat (abfd, &statbuf) < 0)
|
| HD | bfdio.c | 242 bfd_stat (bfd *abfd, struct stat *statbuf) in bfd_stat() function
|
| HD | binary.c | 77 if (bfd_stat (abfd, &statbuf) < 0) in binary_object_p()
|
| HD | sco5-core.c | 131 if (bfd_stat (abfd, &statbuf) < 0)
|
| HD | ppcboot.c | 164 if (bfd_stat (abfd, &statbuf) < 0)
|
| HD | rs6000-core.c | 369 if (bfd_stat (abfd, &statbuf) < 0) in rs6000coff_core_p()
|
| HD | bfd-in.h | 510 extern int bfd_stat (bfd *, struct stat *);
|
| HD | archive.c | 2025 if (bfd_stat (arch, &archstat) == -1) in _bfd_archive_bsd_update_armap_timestamp()
|
| HD | bfd-in2.h | 517 extern int bfd_stat (bfd *, struct stat *);
|
| HD | ChangeLog-9193 | 1696 * 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.
|
| HD | ChangeLog-0203 | 5559 bfd_tell, bfd_flush, bfd_stat, bfd_seek. 5561 bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
|
| HD | ChangeLog-9495 | 3203 * libbfd.c (bfd_stat): If bfd_cache_lookup returns an error, 5706 bfd_tell, bfd_flush, and bfd_stat from here...
|
| HD | ChangeLog-9697 | 6616 (bfd_write, bfd_stat): Abort if BFD_IN_MEMORY is set.
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | strings.c | 358 if (bfd_stat (abfd, &st)) in strings_a_section()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | rs6000-nat.c | 856 || bfd_stat (objfile->obfd, &vi) < 0) in vmap_ldinfo()
|
| /NextBSD/contrib/binutils/ld/emultempl/ |
| HD | elf32.em | 241 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/ |
| HD | bfd.h | 523 extern int bfd_stat (bfd *, struct stat *);
|