HomeSort by relevance Sort by last modified time
    Searched refs:Off64T (Results 1 - 21 of 21) sorted by null

  /external/valgrind/coregrind/
pub_core_aspacemgr.h 173 ( Addr a, SizeT len, UInt prot, UInt flags, Int fd, Off64T offset );
206 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset);
220 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset );
222 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset );
225 Off64T offset, const HChar *name );
228 Off64T offset, const HChar *name );
249 ( SizeT length, UInt prot, Int fd, Off64T offset );
255 ( SizeT length, UInt prot, Int fd, Off64T offset );
372 Off64T offset; // Not used for removed segs.
m_libcfile.c 284 Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence )
288 Off64T result;
295 vg_assert(sizeof(Off64T) == sizeof(Word));
308 vg_assert(sizeof(Off64T) == sizeof(Word));
    [all...]
  /external/valgrind/include/
pub_tool_libcfile.h 83 extern Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence );
pub_tool_aspacemgr.h 105 Off64T offset;
pub_tool_basics.h 104 // always a signed 64-bit int. So we defined our own Off64T as well.
112 typedef Long Off64T; // 64 64
  /external/valgrind/coregrind/m_syswrap/
syswrap-mips32-linux.c 227 UWord arg4, UWord arg5, Off64T arg6);
354 UInt flags, Int fd, Off64T offset)
393 UWord arg4, UWord arg5, Off64T arg6)
542 VKI_PAGE_SIZE * (Off64T) ARG6);
553 r = mips_PRE_sys_mmap(tid, ARG1, ARG2, ARG3, ARG4, ARG5, (Off64T) ARG6);
    [all...]
priv_syswrap-generic.h 85 UInt mm_flags, Int fd, Off64T offset );
278 extern SysRes ML_(generic_PRE_sys_mmap) ( TId, UW, UW, UW, UW, UW, Off64T );
syswrap-ppc32-linux.c 415 (Off64T)ARG6 );
434 4096 * (Off64T)ARG6 );
    [all...]
syswrap-ppc64-linux.c 564 (Off64T)ARG6 );
583 //zz 4096 * (Off64T)ARG6 );
    [all...]
syswrap-x86-solaris.c 712 Off64T offset;
727 offset = *(Off64T*)&u;
    [all...]
syswrap-x86-linux.c     [all...]
syswrap-arm-linux.c 363 4096 * (Off64T)ARG6 );
    [all...]
syswrap-mips64-linux.c 475 (Off64T) ARG6);
    [all...]
syswrap-s390x-linux.c 451 r = ML_(generic_PRE_sys_mmap)( tid, a0, a1, a2, a3, a4, (Off64T)a5 );
    [all...]
syswrap-generic.c 177 UInt flags, Int fd, Off64T offset)
228 UInt flags, Int fd, Off64T offset )
    [all...]
syswrap-solaris.c     [all...]
syswrap-darwin.c     [all...]
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 351 ULong dev, ULong ino, Off64T offset,
781 ULong dev, ULong ino, Off64T offset,
    [all...]
aspacemgr-common.c 144 UInt flags, Int fd, Off64T offset)
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 415 shared_mem_fd, (Off64T)0);
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-solaris.c     [all...]

Completed in 1882 milliseconds