Searched refs:ctf_pread (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-subr.c | 48 if (ctf_pread (fd, data, length, offset) <= 0) in ctf_mmap() 69 ctf_pread (int fd, void *buf, ssize_t count, off_t offset) in ctf_pread() function
|
H A D | ctf-open-bfd.c | 259 if ((nbytes = ctf_pread (fd, &ctfhdr, sizeof (ctfhdr), 0)) <= 0) in ctf_fdopen() 289 if ((nbytes = ctf_pread (fd, &arc_magic, sizeof (arc_magic), 0)) <= 0) in ctf_fdopen()
|
H A D | ctf-impl.h | 456 extern ssize_t ctf_pread (int fd, void *buf, ssize_t count, off_t offset);
|
H A D | ctf-archive.c | 735 if (ctf_pread (fd, data, size, 0) < 0) in arc_mmap_file()
|