/external/valgrind/coregrind/ |
D | pub_core_aspacemgr.h | 164 ( 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.
|
D | m_libcfile.c | 260 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/ |
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_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 | 78 UInt mm_flags, Int fd, Off64T offset ); 265 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-linux.c | 1202 r = ML_(generic_PRE_sys_mmap)( tid, a1, a2, a3, a4, a5, (Off64T)a6 ); in PRE() 1225 4096 * (Off64T)ARG6 ); in PRE()
|
D | syswrap-ppc64-linux.c | 564 (Off64T)ARG6 ); in PRE()
|
D | syswrap-s390x-linux.c | 450 r = ML_(generic_PRE_sys_mmap)( tid, a0, a1, a2, a3, a4, (Off64T)a5 ); in PRE()
|
D | syswrap-mips64-linux.c | 470 (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_() 2115 UWord arg4, UWord arg5, Off64T arg6 ) in ML_()
|
D | syswrap-darwin.c | 4131 Off64T,offset); in PRE()
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 339 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 …]
|
D | aspacemgr-common.c | 144 UInt flags, Int fd, Off64T offset) in VG_()
|
/external/valgrind/coregrind/m_gdbserver/ |
D | remote-utils.c | 412 shared_mem_fd, (Off64T)0); in remote_open()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readpdb.c | 2388 map->avma, map->size, (Off64T)map->foff); in ML_() 2395 map->avma, map->size, (Off64T)map->foff); in ML_()
|