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

  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 159 ( Addr a, SizeT len, UInt prot, UInt flags, Int fd, Off64T offset );
162 ( Addr a, SizeT len, UInt prot, UInt flags, HChar* fileName, Off64T offset );
195 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset);
209 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset );
211 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset, const HChar *name );
248 ( SizeT length, UInt prot, Int fd, Off64T offset );
250 ( SizeT length, UInt prot, UInt flags, Int fd, Off64T offset );
256 ( SizeT length, UInt prot, Int fd, Off64T offset );
378 Off64T offset; // Not used for removed segs.
m_libcfile.c 213 Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence )
217 Off64T result;
224 vg_assert(sizeof(Off64T) == sizeof(Word));
  /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 350 ULong dev, ULong ino, Off64T offset,
878 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 703 (Off64T)ARG6 );
722 4096 * (Off64T)ARG6 );
    [all...]
syswrap-x86-linux.c     [all...]
syswrap-ppc64-linux.c 731 (Off64T)ARG6 );
750 //zz 4096 * (Off64T)ARG6 );
    [all...]
syswrap-s390x-linux.c 778 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)
205 UInt flags, Int fd, Off64T offset )
    [all...]
syswrap-arm-linux.c 988 4096 * (Off64T)ARG6 );
    [all...]
syswrap-darwin.c     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 325 shared_mem_fd, (Off64T)0);
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c     [all...]

Completed in 265 milliseconds