Searched refs:bfd_stat (Results 1 – 23 of 23) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | hppabsd-core.c | 128 if (bfd_stat (abfd, &statbuf) < 0) in hppabsd_core_core_file_p()
|
D | trad-core.c | 113 if (bfd_stat (abfd, &statbuf) < 0) in trad_unix_core_file_p()
|
D | elfcore.h | 299 if (bfd_stat (abfd, &statbuf) == 0) in elf_core_file_p()
|
D | binary.c | 72 if (bfd_stat (abfd, &statbuf) < 0) in binary_object_p()
|
D | aix5ppc-core.c | 74 if (bfd_stat (abfd, &statbuf) < 0) in xcoff64_core_p()
|
D | sco5-core.c | 120 if (bfd_stat (abfd, &statbuf) < 0) in sco5_core_file_p()
|
D | cisco-core.c | 125 if (bfd_stat (abfd, &statbuf) < 0) in cisco_core_file_validate()
|
D | bfdio.c | 261 bfd_stat (bfd *abfd, struct stat *statbuf) in bfd_stat() function
|
D | ppcboot.c | 152 if (bfd_stat (abfd, &statbuf) < 0) in ppcboot_object_p()
|
D | rs6000-core.c | 389 if (bfd_stat (abfd, &statbuf) < 0) in rs6000coff_core_p()
|
D | bfd-in.h | 462 extern int bfd_stat (bfd *, struct stat *);
|
D | mmo.c | 505 if (bfd_stat (abfd, &statbuf) < 0 in mmo_object_p() 1951 if (bfd_stat (abfd, &statbuf) < 0) in mmo_scan()
|
D | archive.c | 2555 if (bfd_stat (arch, &archstat) == -1) in _bfd_archive_bsd_update_armap_timestamp()
|
D | bfd-in2.h | 469 extern int bfd_stat (bfd *, struct stat *);
|
D | ChangeLog-2004 | 3180 (bfd_stat): Likewise. 3712 (bfd_bread, bfd_bread, bfd_bwrite, bfd_tell, bfd_flush, bfd_stat)
|
D | 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.
|
D | ChangeLog-2010 | 1934 (bfd_stat): ... Ditto ...
|
D | ChangeLog-2005 | 498 * hppabsd-core.c (hppabsd_core_core_file_p): Use bfd_stat, not fstat.
|
D | ChangeLog-0203 | 5559 bfd_tell, bfd_flush, bfd_stat, bfd_seek. 5561 bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
|
D | ChangeLog-9495 | 3203 * libbfd.c (bfd_stat): If bfd_cache_lookup returns an error, 5706 bfd_tell, bfd_flush, and bfd_stat from here...
|
D | ChangeLog-9697 | 6616 (bfd_write, bfd_stat): Abort if BFD_IN_MEMORY is set.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | strings.c | 353 if (bfd_stat (abfd, &st)) in strings_a_section()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | elf32.em | 254 if (bfd_stat (s->the_bfd, &st) != 0) 256 einfo ("%P:%B: bfd_stat failed: %E\n", s->the_bfd); 410 if (bfd_stat (abfd, &global_stat) != 0) 411 einfo ("%F%P:%B: bfd_stat failed: %E\n", abfd);
|