Home
last modified time | relevance | path

Searched refs:Off64T (Results 1 – 17 of 17) sorted by relevance

/external/valgrind/main/coregrind/
Dpub_core_aspacemgr.h159 ( 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.
Dm_libcfile.c213 Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence ) in VG_()
217 Off64T result; in VG_()
224 vg_assert(sizeof(Off64T) == sizeof(Word)); in VG_()
/external/valgrind/main/include/
Dpub_tool_libcfile.h80 extern Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence );
Dpub_tool_aspacemgr.h104 Off64T offset;
Dpub_tool_basics.h121 typedef Long Off64T; // 64 64 typedef
/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c350 ULong dev, ULong ino, Off64T offset,
878 ULong dev, ULong ino, Off64T offset, in sync_check_mapping_callback()
1551 ULong dev, ULong ino, Off64T offset, in read_maps_callback()
2009 Int fd, Off64T offset ) in VG_()
2051 HChar* fileName, Off64T offset ) in VG_()
2232 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset ) in VG_()
2238 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset, const HChar *name ) in VG_()
2545 Int fd, Off64T offset ) in VG_()
2617 Int fd, Off64T offset ) in VG_()
2625 ( SizeT length, UInt prot, Int fd, Off64T offset ) in VG_()
[all …]
Daspacemgr-common.c151 UInt flags, Int fd, Off64T offset) in VG_()
/external/valgrind/main/coregrind/m_syswrap/
Dpriv_syswrap-generic.h69 UInt mm_flags, Int fd, Off64T offset );
253 extern SysRes ML_(generic_PRE_sys_mmap) ( TId, UW, UW, UW, UW, UW, Off64T );
Dsyswrap-ppc32-linux.c703 (Off64T)ARG6 ); in PRE()
722 4096 * (Off64T)ARG6 ); in PRE()
Dsyswrap-x86-linux.c1358 r = ML_(generic_PRE_sys_mmap)( tid, a1, a2, a3, a4, a5, (Off64T)a6 ); in PRE()
1381 4096 * (Off64T)ARG6 ); in PRE()
Dsyswrap-ppc64-linux.c731 (Off64T)ARG6 ); in PRE()
Dsyswrap-generic.c146 UInt flags, Int fd, Off64T offset) in notify_core_of_mmap()
205 UInt flags, Int fd, Off64T offset ) in ML_()
1985 UWord arg4, UWord arg5, Off64T arg6 ) in ML_()
Dsyswrap-s390x-linux.c778 r = ML_(generic_PRE_sys_mmap)( tid, a0, a1, a2, a3, a4, (Off64T)a5 ); in PRE()
Dsyswrap-arm-linux.c988 4096 * (Off64T)ARG6 ); in PRE()
Dsyswrap-darwin.c3540 Off64T,offset); in PRE()
/external/valgrind/main/coregrind/m_gdbserver/
Dremote-utils.c325 shared_mem_fd, (Off64T)0); in remote_open()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadpdb.c2371 (Off64T)di->fsm.rx_map_foff); in ML_()
2375 (Off64T)di->fsm.rw_map_foff); in ML_()