Searched refs:OffT (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_basics.h115 typedef Word OffT; // 32 64 typedef
117 typedef Long OffT; // 64 64 typedef
H A Dpub_tool_libcfile.h81 extern Int VG_(ftruncate) ( Int fd, OffT length );
/external/valgrind/main/coregrind/
H A Dpub_core_libcfile.h86 extern SysRes VG_(pread) ( Int fd, void* buf, Int count, OffT offset );
H A Dm_libcfile.c238 extern Int VG_(ftruncate) ( Int fd, OffT length ) {
590 SysRes VG_(pread) ( Int fd, void* buf, Int count, OffT offset )
594 OffT off = VG_(lseek)( fd, offset, VKI_SEEK_SET);
H A Dm_translate.c1343 OffT objoff = 0;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h441 OffT rx_map_foff; /* is the .text segment mapping */
445 OffT rw_map_foff;
452 OffT ro_map_foff;
H A Dreadelf.c1663 OffT foff = shdr->sh_offset;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c3647 OffT off = VG_(lseek)( sr_Res(sres), 0, VKI_SEEK_SET );
H A Dsyswrap-linux.c3206 OffT off = VG_(lseek)( sr_Res(sres), 0, VKI_SEEK_SET );

Completed in 137 milliseconds