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

  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 942 Bool exe_ok = toBool(prot & VKI_PROT_EXEC); local
944 exe_ok = exe_ok || toBool(prot & VKI_PROT_READ);
946 if (0 && !exe_ok) {
    [all...]

Completed in 395 milliseconds