Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_aspacemgr.h164 ( Addr a, SizeT len, UInt prot, UInt flags, Int fd, Off64T offset );
197 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset);
211 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset );
213 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset, const HChar *name );
234 ( SizeT length, UInt prot, Int fd, Off64T offset );
240 ( SizeT length, UInt prot, Int fd, Off64T offset );
357 Off64T offset; // Not used for removed segs.
Dm_libcfile.c260 Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence ) in VG_()
264 Off64T result; in VG_()
271 vg_assert(sizeof(Off64T) == sizeof(Word)); in VG_()
/external/valgrind/include/
Dpub_tool_libcfile.h83 extern Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence );
Dpub_tool_aspacemgr.h105 Off64T offset;
Dpub_tool_basics.h112 typedef Long Off64T; // 64 64 typedef
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-mips32-linux.c227 UWord arg4, UWord arg5, Off64T arg6);
354 UInt flags, Int fd, Off64T offset) in notify_core_of_mmap()
393 UWord arg4, UWord arg5, Off64T arg6) in mips_PRE_sys_mmap()
542 VKI_PAGE_SIZE * (Off64T) ARG6); in PRE()
553 r = mips_PRE_sys_mmap(tid, ARG1, ARG2, ARG3, ARG4, ARG5, (Off64T) ARG6); in PRE()
Dpriv_syswrap-generic.h78 UInt mm_flags, Int fd, Off64T offset );
265 extern SysRes ML_(generic_PRE_sys_mmap) ( TId, UW, UW, UW, UW, UW, Off64T );
Dsyswrap-ppc32-linux.c415 (Off64T)ARG6 ); in PRE()
434 4096 * (Off64T)ARG6 ); in PRE()
Dsyswrap-x86-linux.c1202 r = ML_(generic_PRE_sys_mmap)( tid, a1, a2, a3, a4, a5, (Off64T)a6 ); in PRE()
1225 4096 * (Off64T)ARG6 ); in PRE()
Dsyswrap-ppc64-linux.c564 (Off64T)ARG6 ); in PRE()
Dsyswrap-s390x-linux.c450 r = ML_(generic_PRE_sys_mmap)( tid, a0, a1, a2, a3, a4, (Off64T)a5 ); in PRE()
Dsyswrap-mips64-linux.c470 (Off64T) ARG6); in PRE()
Dsyswrap-arm-linux.c363 4096 * (Off64T)ARG6 ); in PRE()
Dsyswrap-generic.c177 UInt flags, Int fd, Off64T offset) in notify_core_of_mmap()
228 UInt flags, Int fd, Off64T offset ) in ML_()
2115 UWord arg4, UWord arg5, Off64T arg6 ) in ML_()
Dsyswrap-darwin.c4131 Off64T,offset); in PRE()
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c339 ULong dev, ULong ino, Off64T offset,
769 ULong dev, ULong ino, Off64T offset, in sync_check_mapping_callback()
1474 ULong dev, ULong ino, Off64T offset, in read_maps_callback()
1972 Int fd, Off64T offset ) in VG_()
2160 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset ) in VG_()
2166 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset, const HChar *name ) in VG_()
2463 Int fd, Off64T offset ) in VG_()
2545 Int fd, Off64T offset ) in VG_()
2553 ( SizeT length, UInt prot, Int fd, Off64T offset ) in VG_()
3168 ULong dev, ULong ino, Off64T offset, in parse_procselfmaps()
[all …]
Daspacemgr-common.c144 UInt flags, Int fd, Off64T offset) in VG_()
/external/valgrind/coregrind/m_gdbserver/
Dremote-utils.c412 shared_mem_fd, (Off64T)0); in remote_open()
/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c2388 map->avma, map->size, (Off64T)map->foff); in ML_()
2395 map->avma, map->size, (Off64T)map->foff); in ML_()