Home
last modified time | relevance | path

Searched refs:x_ok (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c980 Bool x_ok = toBool(prot & VKI_PROT_EXEC); in VG_() local
981 if (! (r_ok && !w_ok && x_ok)) in VG_()