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 701 SysRes preadres; local
875 preadres = VG_(pread)( actual_fd, buf1k, sizeof(buf1k), 0 );
880 if (sr_isError(preadres)) {
887 if (sr_Res(preadres) == 0)
889 vg_assert(sr_Res(preadres) > 0 && sr_Res(preadres) <= sizeof(buf1k) );
893 if (!ML_(is_elf_object_file)( buf1k, (SizeT)sr_Res(preadres), False ))
896 if (!ML_(is_macho_object_file)( buf1k, (SizeT)sr_Res(preadres) ))
    [all...]

Completed in 79 milliseconds