Searched refs:bfd_stat (Results 1 – 13 of 13) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | bfdio.c | 225 bfd_stat (bfd *abfd, struct stat *statbuf) in bfd_stat() function
|
| D | binary.c | 76 if (bfd_stat (abfd, &statbuf) < 0) in binary_object_p()
|
| D | aix5ppc-core.c | 73 if (bfd_stat (abfd, &statbuf) < 0)
|
| D | cisco-core.c | 126 if (bfd_stat (abfd, &statbuf) < 0)
|
| D | ppcboot.c | 164 if (bfd_stat (abfd, &statbuf) < 0)
|
| D | rs6000-core.c | 369 if (bfd_stat (abfd, &statbuf) < 0)
|
| D | bfd-in.h | 474 extern int bfd_stat (bfd *, struct stat *);
|
| D | mmo.c | 502 if (bfd_stat (abfd, &statbuf) < 0 in mmo_object_p() 1921 if (bfd_stat (abfd, &statbuf) < 0) in mmo_scan()
|
| D | archive.c | 2015 if (bfd_stat (arch, &archstat) == -1) in _bfd_archive_bsd_update_armap_timestamp()
|
| D | bfd-in2.h | 481 extern int bfd_stat (bfd *, struct stat *);
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | strings.c | 358 if (bfd_stat (abfd, &st)) in strings_a_section()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | rs6000-nat.c | 887 || bfd_stat (objfile->obfd, &vi) < 0) in vmap_ldinfo()
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/ |
| D | elf32.em | 472 if (bfd_stat (s->the_bfd, &st) != 0) 474 einfo ("%P:%B: bfd_stat failed: %E\n", s->the_bfd); 624 if (bfd_stat (abfd, &global_stat) != 0) 625 einfo ("%F%P:%B: bfd_stat failed: %E\n", abfd);
|