Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dpub_core_aspacemgr.h170 ( 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.
Dm_libcfile.c223 Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence ) in VG_()
227 Off64T result; in VG_()
234 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.c336 ULong dev, ULong ino, Off64T offset,
864 ULong dev, ULong ino, Off64T offset, in sync_check_mapping_callback()
1537 ULong dev, ULong ino, Off64T offset, in read_maps_callback()
2018 Int fd, Off64T offset ) in VG_()
2206 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset ) in VG_()
2212 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset, const HChar *name ) in VG_()
2518 Int fd, Off64T offset ) in VG_()
2599 Int fd, Off64T offset ) in VG_()
2607 ( SizeT length, UInt prot, Int fd, Off64T offset ) in VG_()
3221 ULong dev, ULong ino, Off64T offset, in parse_procselfmaps()
[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.c705 (Off64T)ARG6 ); in PRE()
724 4096 * (Off64T)ARG6 ); in PRE()
Dsyswrap-mips32-linux.c1003 VKI_PAGE_SIZE * (Off64T) ARG6); in PRE()
1017 (Off64T) ARG6); in PRE()
Dsyswrap-x86-linux.c1360 r = ML_(generic_PRE_sys_mmap)( tid, a1, a2, a3, a4, a5, (Off64T)a6 ); in PRE()
1383 4096 * (Off64T)ARG6 ); in PRE()
Dsyswrap-ppc64-linux.c732 (Off64T)ARG6 ); in PRE()
Dsyswrap-generic.c146 UInt flags, Int fd, Off64T offset) in notify_core_of_mmap()
197 UInt flags, Int fd, Off64T offset ) in ML_()
1971 UWord arg4, UWord arg5, Off64T arg6 ) in ML_()
Dsyswrap-s390x-linux.c780 r = ML_(generic_PRE_sys_mmap)( tid, a0, a1, a2, a3, a4, (Off64T)a5 ); in PRE()
Dsyswrap-arm-linux.c1060 4096 * (Off64T)ARG6 ); in PRE()
Dsyswrap-darwin.c3559 Off64T,offset); in PRE()
/external/valgrind/main/coregrind/m_gdbserver/
Dremote-utils.c326 shared_mem_fd, (Off64T)0); in remote_open()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadpdb.c2320 map->avma, map->size, (Off64T)map->foff); in ML_()
2327 map->avma, map->size, (Off64T)map->foff); in ML_()