HomeSort by relevance Sort by last modified time
    Searched full:preadres (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 681 SysRes preadres; local
847 preadres = VG_(pread)( actual_fd, buf1k, sizeof(buf1k), 0 );
852 if (sr_isError(preadres)) {
859 if (sr_Res(preadres) == 0)
861 vg_assert(sr_Res(preadres) > 0 && sr_Res(preadres) <= sizeof(buf1k) );
865 if (!ML_(is_elf_object_file)( buf1k, (SizeT)sr_Res(preadres) ))
868 if (!ML_(is_macho_object_file)( buf1k, (SizeT)sr_Res(preadres) ))
    [all...]

Completed in 49 milliseconds