HomeSort by: relevance | last modified time | path
    Searched defs:bfd_stat (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
bfdio.c 491 bfd_stat
494 int bfd_stat (bfd *, struct stat *) ATTRIBUTE_WARN_UNUSED_RESULT;
502 bfd_stat (bfd *abfd, struct stat *statbuf) function
614 if (bfd_stat (abfd, &buf) != 0)
659 /* A size of 0 means we haven't yet called bfd_stat. A size of 1
668 if (bfd_stat (abfd, &buf) != 0
  /src/external/gpl3/binutils.old/dist/bfd/
bfdio.c 484 bfd_stat
487 int bfd_stat (bfd *, struct stat *) ATTRIBUTE_WARN_UNUSED_RESULT;
495 bfd_stat (bfd *abfd, struct stat *statbuf) function
605 if (bfd_stat (abfd, &buf) != 0)
650 /* A size of 0 means we haven't yet called bfd_stat. A size of 1
659 if (bfd_stat (abfd, &buf) != 0

Completed in 34 milliseconds