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

  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 170 ( Addr a, SizeT len, UInt prot, UInt flags, Int fd, Off64T offset );
203 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset);
217 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset );
219 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset, const HChar *name );
256 ( SizeT length, UInt prot, Int fd, Off64T offset );
262 ( SizeT length, UInt prot, Int fd, Off64T offset );
385 Off64T offset; // Not used for removed segs.
m_libcfile.c 223 Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence )
227 Off64T result;
234 vg_assert(sizeof(Off64T) == sizeof(Word));
    [all...]
  /external/valgrind/main/include/
pub_tool_aspacemgr.h 104 Off64T offset;
pub_tool_libcfile.h 80 extern Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence );
pub_tool_basics.h 113 // always a signed 64-bit int. So we defined our own Off64T as well.
121 typedef Long Off64T; // 64 64
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 336 ULong dev, ULong ino, Off64T offset,
864 ULong dev, ULong ino, Off64T offset,
    [all...]
aspacemgr-common.c 151 UInt flags, Int fd, Off64T offset)
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-generic.h 69 UInt mm_flags, Int fd, Off64T offset );
253 extern SysRes ML_(generic_PRE_sys_mmap) ( TId, UW, UW, UW, UW, UW, Off64T );
syswrap-ppc32-linux.c 705 (Off64T)ARG6 );
724 4096 * (Off64T)ARG6 );
    [all...]
syswrap-mips32-linux.c     [all...]
syswrap-x86-linux.c     [all...]
syswrap-ppc64-linux.c 732 (Off64T)ARG6 );
751 //zz 4096 * (Off64T)ARG6 );
    [all...]
syswrap-s390x-linux.c 780 r = ML_(generic_PRE_sys_mmap)( tid, a0, a1, a2, a3, a4, (Off64T)a5 );
    [all...]
syswrap-generic.c 146 UInt flags, Int fd, Off64T offset)
197 UInt flags, Int fd, Off64T offset )
    [all...]
syswrap-arm-linux.c     [all...]
syswrap-darwin.c     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 326 shared_mem_fd, (Off64T)0);
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c     [all...]

Completed in 1546 milliseconds