Lines Matching defs:abfd
226 bfd_bread (void *ptr, bfd_size_type size, bfd *abfd) in bfd_bread()
271 bfd_bwrite (const void *ptr, bfd_size_type size, bfd *abfd) in bfd_bwrite()
299 bfd_tell (bfd *abfd) in bfd_tell()
321 bfd_flush (bfd *abfd) in bfd_flush()
336 bfd_stat (bfd *abfd, struct stat *statbuf) in bfd_stat()
360 bfd_seek (bfd *abfd, file_ptr position, int direction) in bfd_seek()
427 bfd_get_mtime (bfd *abfd) in bfd_get_mtime()
477 bfd_get_size (bfd *abfd) in bfd_get_size()
515 bfd_get_file_size (bfd *abfd) in bfd_get_file_size()
559 bfd_mmap (bfd *abfd, void *addr, bfd_size_type len, in bfd_mmap()
584 memory_bread (bfd *abfd, void *ptr, file_ptr size) in memory_bread()
604 memory_bwrite (bfd *abfd, const void *ptr, file_ptr size) in memory_bwrite()
633 memory_btell (bfd *abfd) in memory_btell()
639 memory_bseek (bfd *abfd, file_ptr position, int direction) in memory_bseek()
693 memory_bclose (struct bfd *abfd) in memory_bclose()
711 memory_bstat (bfd *abfd, struct stat *statbuf) in memory_bstat()