/external/valgrind/coregrind/ |
D | pub_core_aspacemgr.h | 173 ( 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.
|
D | m_libcfile.c | 284 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/ |
D | pub_tool_libcfile.h | 83 extern Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence );
|
D | pub_tool_aspacemgr.h | 105 Off64T offset;
|
D | pub_tool_basics.h | 112 typedef Long Off64T; // 64 64 typedef
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 351 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 …]
|
D | aspacemgr-common.c | 144 UInt flags, Int fd, Off64T offset) in VG_()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-mips32-linux.c | 227 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()
|
D | priv_syswrap-generic.h | 85 UInt mm_flags, Int fd, Off64T offset ); 278 extern SysRes ML_(generic_PRE_sys_mmap) ( TId, UW, UW, UW, UW, UW, Off64T );
|
D | syswrap-ppc32-linux.c | 415 (Off64T)ARG6 ); in PRE() 434 4096 * (Off64T)ARG6 ); in PRE()
|
D | syswrap-x86-solaris.c | 712 Off64T offset; in PRE() 727 offset = *(Off64T*)&u; in PRE()
|
D | syswrap-x86-linux.c | 1203 r = ML_(generic_PRE_sys_mmap)( tid, a1, a2, a3, a4, a5, (Off64T)a6 ); in PRE() 1226 4096 * (Off64T)ARG6 ); in PRE()
|
D | syswrap-ppc64-linux.c | 564 (Off64T)ARG6 ); in PRE()
|
D | syswrap-s390x-linux.c | 451 r = ML_(generic_PRE_sys_mmap)( tid, a0, a1, a2, a3, a4, (Off64T)a5 ); in PRE()
|
D | syswrap-mips64-linux.c | 475 (Off64T) ARG6); in PRE()
|
D | syswrap-arm-linux.c | 363 4096 * (Off64T)ARG6 ); in PRE()
|
D | syswrap-generic.c | 177 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_()
|
D | syswrap-solaris.c | 5604 Off64T offset = 0; in mmapobj_process_phdrs() 5782 Off64T file_offset = phdr->p_offset; in mmapobj_process_phdrs()
|
D | syswrap-darwin.c | 4235 Off64T,offset); in PRE()
|
/external/valgrind/coregrind/m_gdbserver/ |
D | remote-utils.c | 415 shared_mem_fd, (Off64T)0); in remote_open()
|
/external/valgrind/coregrind/m_coredump/ |
D | coredump-solaris.c | 1087 Off64T off = VG_(lseek)(core_fd, phdrs[idx].p_offset, in VG_()
|