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

  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 626 VG_(lseek)(core_fd, phdrs[1].p_offset, VKI_SEEK_SET);
635 vg_assert(VG_(lseek)(core_fd, phdrs[idx].p_offset, VKI_SEEK_SET)
  /external/valgrind/main/coregrind/m_gdbserver/
server.c 581 VG_(lseek) (fd, ofs, VKI_SEEK_SET);
    [all...]
  /external/valgrind/main/coregrind/
m_libcfile.c 594 OffT off = VG_(lseek)( fd, offset, VKI_SEEK_SET);
m_machine.c 548 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 534 #define VKI_SEEK_SET 0
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 813 VG_(lseek)(sr_Res(f), d.d_off, VKI_SEEK_SET);
    [all...]
syswrap-linux.c     [all...]

Completed in 73 milliseconds