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

  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 668 VG_(lseek)(core_fd, phdrs[1].p_offset, VKI_SEEK_SET);
677 vg_assert(VG_(lseek)(core_fd, phdrs[idx].p_offset, VKI_SEEK_SET)
  /external/valgrind/main/coregrind/
m_machine.c 587 VG_(lseek)( fh, 0, VKI_SEEK_SET );
676 VG_(lseek)( fh, 0, VKI_SEEK_SET );
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
server.c 787 VG_(lseek) (fd, ofs, VKI_SEEK_SET);
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 251 #define VKI_SEEK_SET SEEK_SET
vki-linux.h 573 #define VKI_SEEK_SET 0
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 867 VG_(lseek)(sr_Res(f), d.d_off, VKI_SEEK_SET);
    [all...]
syswrap-linux.c     [all...]

Completed in 57 milliseconds