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 645 VG_(lseek)(core_fd, phdrs[1].p_offset, VKI_SEEK_SET);
654 vg_assert(VG_(lseek)(core_fd, phdrs[idx].p_offset, VKI_SEEK_SET)
  /external/valgrind/main/coregrind/m_gdbserver/
server.c 589 VG_(lseek) (fd, ofs, VKI_SEEK_SET);
    [all...]
  /external/valgrind/main/coregrind/
m_machine.c 566 VG_(lseek)( fh, 0, VKI_SEEK_SET );
653 VG_(lseek)( fh, 0, VKI_SEEK_SET );
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 251 #define VKI_SEEK_SET SEEK_SET
vki-linux.h 558 #define VKI_SEEK_SET 0
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 790 VG_(lseek)(sr_Res(f), d.d_off, VKI_SEEK_SET);
    [all...]
syswrap-linux.c     [all...]

Completed in 1239 milliseconds