Lines Matching defs:abfd
179 bfd_bread (void *ptr, bfd_size_type size, bfd *abfd) in bfd_bread()
208 bfd_bwrite (const void *ptr, bfd_size_type size, bfd *abfd) in bfd_bwrite()
230 bfd_tell (bfd *abfd) in bfd_tell()
253 bfd_flush (bfd *abfd) in bfd_flush()
263 bfd_stat (bfd *abfd, struct stat *statbuf) in bfd_stat()
281 bfd_seek (bfd *abfd, file_ptr position, int direction) in bfd_seek()
373 bfd_get_mtime (bfd *abfd) in bfd_get_mtime()
424 bfd_get_size (bfd *abfd) in bfd_get_size()
455 bfd_mmap (bfd *abfd, void *addr, bfd_size_type len, in bfd_mmap()
471 memory_bread (bfd *abfd, void *ptr, file_ptr size) in memory_bread()
491 memory_bwrite (bfd *abfd, const void *ptr, file_ptr size) in memory_bwrite()
520 memory_btell (bfd *abfd) in memory_btell()
526 memory_bseek (bfd *abfd, file_ptr position, int direction) in memory_bseek()
580 memory_bclose (struct bfd *abfd) in memory_bclose()
599 memory_bstat (bfd *abfd, struct stat *statbuf) in memory_bstat()