Lines Matching defs:abfd
246 bfd_read (void *ptr, bfd_size_type size, bfd *abfd) in bfd_read()
312 bfd_write (const void *ptr, bfd_size_type size, bfd *abfd) in bfd_write()
359 bfd_tell (bfd *abfd) in bfd_tell()
392 bfd_flush (bfd *abfd) in bfd_flush()
417 bfd_stat (bfd *abfd, struct stat *statbuf) in bfd_stat()
450 bfd_seek (bfd *abfd, file_ptr position, int direction) in bfd_seek()
520 bfd_get_mtime (bfd *abfd) in bfd_get_mtime()
570 bfd_get_size (bfd *abfd) in bfd_get_size()
608 bfd_get_file_size (bfd *abfd) in bfd_get_file_size()
654 bfd_mmap (bfd *abfd, void *addr, bfd_size_type len, in bfd_mmap()
679 memory_bread (bfd *abfd, void *ptr, file_ptr size) in memory_bread()
699 memory_bwrite (bfd *abfd, const void *ptr, file_ptr size) in memory_bwrite()
728 memory_btell (bfd *abfd) in memory_btell()
734 memory_bseek (bfd *abfd, file_ptr position, int direction) in memory_bseek()
788 memory_bclose (struct bfd *abfd) in memory_bclose()
806 memory_bstat (bfd *abfd, struct stat *statbuf) in memory_bstat()