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

  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 177 ( Addr a, SizeT len, UInt prot, UInt flags, Int fd, Off64T offset );
210 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset);
224 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset );
226 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset, const HChar *name );
247 ( SizeT length, UInt prot, Int fd, Off64T offset );
253 ( SizeT length, UInt prot, Int fd, Off64T offset );
377 Off64T offset; // Not used for removed segs.
m_libcfile.c 234 Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence )
238 Off64T result;
245 vg_assert(sizeof(Off64T) == sizeof(Word));
    [all...]
  /external/valgrind/main/include/
pub_tool_aspacemgr.h 105 Off64T offset;
pub_tool_libcfile.h 83 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_syswrap/
syswrap-mips32-linux.c 229 UWord arg4, UWord arg5, Off64T arg6);
371 UInt flags, Int fd, Off64T offset)
410 UWord arg4, UWord arg5, Off64T arg6)
559 VKI_PAGE_SIZE * (Off64T) ARG6);
570 r = mips_PRE_sys_mmap(tid, ARG1, ARG2, ARG3, ARG4, ARG5, (Off64T) ARG6);
    [all...]
priv_syswrap-generic.h 72 UInt mm_flags, Int fd, Off64T offset );
259 extern SysRes ML_(generic_PRE_sys_mmap) ( TId, UW, UW, UW, UW, UW, Off64T );
syswrap-ppc32-linux.c 438 (Off64T)ARG6 );
457 4096 * (Off64T)ARG6 );
    [all...]
syswrap-ppc64-linux.c 464 (Off64T)ARG6 );
483 //zz 4096 * (Off64T)ARG6 );
    [all...]
syswrap-x86-linux.c     [all...]
syswrap-arm-linux.c 379 4096 * (Off64T)ARG6 );
    [all...]
syswrap-mips64-linux.c 486 (Off64T) ARG6);
    [all...]
syswrap-s390x-linux.c 473 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-darwin.c     [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 363 ULong dev, ULong ino, Off64T offset,
891 ULong dev, ULong ino, Off64T offset,
    [all...]
aspacemgr-common.c 151 UInt flags, Int fd, Off64T offset)
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 392 shared_mem_fd, (Off64T)0);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c     [all...]

Completed in 457 milliseconds