Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_aspacemgr.h173 ( Addr a, SizeT len, UInt prot, UInt flags, Int fd, Off64T offset );
206 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset);
220 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset );
222 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset );
225 Off64T offset, const HChar *name );
228 Off64T offset, const HChar *name );
249 ( SizeT length, UInt prot, Int fd, Off64T offset );
255 ( SizeT length, UInt prot, Int fd, Off64T offset );
372 Off64T offset; // Not used for removed segs.
Dm_libcfile.c284 Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence ) in VG_()
288 Off64T result; in VG_()
295 vg_assert(sizeof(Off64T) == sizeof(Word)); in VG_()
308 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_aspacemgr/
Daspacemgr-linux.c351 ULong dev, ULong ino, Off64T offset,
781 ULong dev, ULong ino, Off64T offset, in sync_check_mapping_callback()
1507 ULong dev, ULong ino, Off64T offset, in read_maps_callback()
2136 Int fd, Off64T offset ) in VG_()
2324 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset ) in VG_()
2332 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset ) in VG_()
2339 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset, const HChar *name ) in VG_()
2348 Int fd, Off64T offset, const HChar *name ) in VG_()
2644 Int fd, Off64T offset ) in VG_()
2726 Int fd, Off64T offset ) in VG_()
[all …]
Daspacemgr-common.c144 UInt flags, Int fd, Off64T offset) in VG_()
/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.h85 UInt mm_flags, Int fd, Off64T offset );
278 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-solaris.c712 Off64T offset; in PRE()
727 offset = *(Off64T*)&u; in PRE()
Dsyswrap-x86-linux.c1203 r = ML_(generic_PRE_sys_mmap)( tid, a1, a2, a3, a4, a5, (Off64T)a6 ); in PRE()
1226 4096 * (Off64T)ARG6 ); in PRE()
Dsyswrap-ppc64-linux.c564 (Off64T)ARG6 ); in PRE()
Dsyswrap-s390x-linux.c451 r = ML_(generic_PRE_sys_mmap)( tid, a0, a1, a2, a3, a4, (Off64T)a5 ); in PRE()
Dsyswrap-mips64-linux.c475 (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_()
2200 UWord arg4, UWord arg5, Off64T arg6 ) in ML_()
Dsyswrap-solaris.c5604 Off64T offset = 0; in mmapobj_process_phdrs()
5782 Off64T file_offset = phdr->p_offset; in mmapobj_process_phdrs()
Dsyswrap-darwin.c4235 Off64T,offset); in PRE()
/external/valgrind/coregrind/m_gdbserver/
Dremote-utils.c415 shared_mem_fd, (Off64T)0); in remote_open()
/external/valgrind/coregrind/m_coredump/
Dcoredump-solaris.c1087 Off64T off = VG_(lseek)(core_fd, phdrs[idx].p_offset, in VG_()