HomeSort by relevance Sort by last modified time
    Searched refs:OffT (Results 1 - 9 of 9) sorted by null

  /external/valgrind/main/include/
pub_tool_basics.h 115 typedef Word OffT; // 32 64
117 typedef Long OffT; // 64 64
pub_tool_libcfile.h 81 extern Int VG_(ftruncate) ( Int fd, OffT length );
  /external/valgrind/main/coregrind/
pub_core_libcfile.h 86 extern SysRes VG_(pread) ( Int fd, void* buf, Int count, OffT offset );
m_libcfile.c 238 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);
m_translate.c     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 441 OffT rx_map_foff; /* is the .text segment mapping */
445 OffT rw_map_foff;
452 OffT ro_map_foff;
readelf.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c     [all...]
syswrap-linux.c     [all...]

Completed in 956 milliseconds