Searched refs:ctf_pread (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-open-bfd.c237 if ((nbytes = ctf_pread (fd, &ctfhdr, sizeof (ctfhdr), 0)) <= 0)
267 if ((nbytes = ctf_pread (fd, &arc_magic, sizeof (arc_magic), 0)) <= 0)
H A Dctf-subr.c52 if (ctf_pread (fd, data, length, offset) <= 0)
73 ctf_pread (int fd, void *buf, ssize_t count, off_t offset) function
H A Dctf-impl.h701 extern ssize_t ctf_pread (int fd, void *buf, ssize_t count, off_t offset);
H A Dctf-archive.c914 if (ctf_pread (fd, data, size, 0) < 0)
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-subr.c52 if (ctf_pread (fd, data, length, offset) <= 0)
73 ctf_pread (int fd, void *buf, ssize_t count, off_t offset) function
H A Dctf-open-bfd.c270 if ((nbytes = ctf_pread (fd, &ctfhdr, sizeof (ctfhdr), 0)) <= 0)
300 if ((nbytes = ctf_pread (fd, &arc_magic, sizeof (arc_magic), 0)) <= 0)
H A Dctf-impl.h761 extern ssize_t ctf_pread (int fd, void *buf, ssize_t count, off_t offset);
H A Dctf-archive.c1237 if (ctf_pread (fd, data, size, 0) < 0)
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-subr.c52 if (ctf_pread (fd, data, length, offset) <= 0)
73 ctf_pread (int fd, void *buf, ssize_t count, off_t offset) function
H A Dctf-open-bfd.c270 if ((nbytes = ctf_pread (fd, &ctfhdr, sizeof (ctfhdr), 0)) <= 0)
300 if ((nbytes = ctf_pread (fd, &arc_magic, sizeof (arc_magic), 0)) <= 0)
H A Dctf-impl.h761 extern ssize_t ctf_pread (int fd, void *buf, ssize_t count, off_t offset);
H A Dctf-archive.c1237 if (ctf_pread (fd, data, size, 0) < 0)
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-subr.c52 if (ctf_pread (fd, data, length, offset) <= 0)
73 ctf_pread (int fd, void *buf, ssize_t count, off_t offset) function
H A Dctf-open-bfd.c270 if ((nbytes = ctf_pread (fd, &ctfhdr, sizeof (ctfhdr), 0)) <= 0)
300 if ((nbytes = ctf_pread (fd, &arc_magic, sizeof (arc_magic), 0)) <= 0)
H A Dctf-impl.h760 extern ssize_t ctf_pread (int fd, void *buf, ssize_t count, off_t offset);
H A Dctf-archive.c1239 if (ctf_pread (fd, data, size, 0) < 0)

Completed in 264 milliseconds