Home
last modified time | relevance | path

Searched refs:d_off (Results 1 – 25 of 28) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dasmreg-1.c13 long long d_off; member
19 long long d_off; member
66 last_offset = kdp->d_off; in __getdents64()
/openbsd/lib/libelf/
H A Delf_strptr.c80 if (offset >= d->d_off && in elf_strptr()
81 offset < d->d_off + d->d_size) in elf_strptr()
82 return ((char *) d->d_buf + offset - d->d_off); in elf_strptr()
H A Delf_update.c245 (d->d_off & (d_align - 1))) { in _libelf_compute_section_extents()
254 if ((uint64_t) d->d_off + d->d_size > scn_size) in _libelf_compute_section_extents()
255 scn_size = d->d_off + d->d_size; in _libelf_compute_section_extents()
258 d->d_off = scn_size; in _libelf_compute_section_extents()
775 if ((uint64_t) rc < sh_off + d->d_off) in _libelf_write_scn()
778 (size_t) (sh_off + d->d_off - in _libelf_write_scn()
780 rc = (off_t) (sh_off + d->d_off); in _libelf_write_scn()
787 e->e_rawfile + s->s_rawoff + d->d_off, in _libelf_write_scn()
811 if ((uint64_t) rc < sh_off + d->d_off) in _libelf_write_scn()
814 (size_t) (sh_off + d->d_off - (uint64_t) rc)); in _libelf_write_scn()
[all …]
H A Delf_data.c137 d->d_data.d_off = 0; in elf_getdata()
199 d->d_data.d_off = (uint64_t) ~0; in elf_newdata()
271 d->d_data.d_off = 0; in elf_rawdata()
H A Dlibelf.h230 uint64_t d_off; member
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h216 long long d_off; member
223 long d_off; member
231 unsigned long long d_off; member
H A Dsanitizer_platform_limits_solaris.cpp249 CHECK_SIZE_AND_OFFSET(dirent, d_off);
255 CHECK_SIZE_AND_OFFSET(dirent64, d_off);
H A Dsanitizer_platform_limits_posix.h506 unsigned long long d_off; member
513 uptr d_off; member
522 unsigned long long d_off; member
H A Dsanitizer_platform_limits_freebsd.h247 unsigned long long d_off; member
H A Dsanitizer_platform_limits_posix.cpp1091 CHECK_SIZE_AND_OFFSET(dirent, d_off);
1098 CHECK_SIZE_AND_OFFSET(dirent64, d_off);
H A Dsanitizer_linux_libcdep.cpp78 off_t d_off; member
H A Dsanitizer_linux.cpp754 u64 d_off; member
757 unsigned long d_off;
/openbsd/gnu/usr.bin/binutils/include/mpw/
H A Ddirent.h8 off_t d_off; /* offset of disk directory entry */ member
/openbsd/gnu/usr.bin/cvs/os2/
H A Ddirent.h26 long d_off; /* not used in this implementation */ member
H A Ddirent.c113 entp->d_off = dirp->tot_ent; in opendir()
/openbsd/sys/sys/
H A Ddirent.h53 __off_t d_off; /* offset after this entry */ member
/openbsd/lib/libc/gen/
H A Dseekdir.c50 if (dp->d_off != loc) in seekdir()
H A Dreaddir.c65 dirp->dd_curpos = dp->d_off; in _readdir_unlocked()
/openbsd/sys/ntfs/
H A Dntfs_vnops.c434 cde.d_off = sizeof(struct dirent); in ntfs_readdir()
448 cde.d_off = 2 * sizeof(struct dirent); in ntfs_readdir()
495 cde.d_off = uio->uio_offset + sizeof(struct dirent); in ntfs_readdir()
/openbsd/sys/tmpfs/
H A Dtmpfs_subr.c733 dp->d_off = next; in tmpfs_dir_getdotents()
825 dent.d_off = TMPFS_DIRSEQ_EOF; in tmpfs_dir_getdents()
827 dent.d_off = tmpfs_dir_getseq(node, next_de); in tmpfs_dir_getdents()
/openbsd/sys/msdosfs/
H A Dmsdosfs_vnops.c1500 dirbuf.d_off = offset + in msdosfs_readdir()
1507 offset = dirbuf.d_off; in msdosfs_readdir()
1623 dirbuf.d_off = offset + sizeof(struct direntry); in msdosfs_readdir()
/openbsd/sys/ufs/ext2fs/
H A Dext2fs_lookup.c179 dstd.d_off = off + e2d_reclen; in ext2fs_readdir()
/openbsd/sys/isofs/cd9660/
H A Dcd9660_vnops.c325 dp->d_off = off; in iso_uiodir()
/openbsd/sys/nfs/
H A Dnfs_serv.c2543 txdr_hyper(dp->d_off, tl); in nfsrv_readdir()
2546 *tl = txdr_unsigned((u_int32_t)dp->d_off); in nfsrv_readdir()
2800 txdr_hyper(dp->d_off, fl.fl_off.nfsuquad); in nfsrv_readdirplus()
/openbsd/lib/libfuse/
H A Dfuse_ops.c275 dir->d_off = off + len; /* XXX */ in ifuse_fill_readdir()

12