HomeSort by relevance Sort by last modified time
    Searched defs:read_exec_only (Results 26 - 30 of 30) sorted by null

12

  /art/runtime/arch/x86/
thread_x86.cc 52 const int read_exec_only = 0; local
67 entry.type = ((read_exec_only ^ 1) << 1) | (contents << 2);
104 ldt_entry.read_exec_only = read_exec_only;
  /external/valgrind/main/none/tests/x86-linux/
seg_override.c 78 unsigned int read_exec_only:1; member in struct:modify_ldt_ldt_s
101 ldt_entry.read_exec_only = 0;
  /external/valgrind/main/include/vki/
vki-amd64-linux.h 580 unsigned int read_exec_only:1; member in struct:vki_user_desc
vki-arm-linux.h 645 unsigned int read_exec_only:1; member in struct:vki_user_desc
vki-x86-linux.h 662 unsigned int read_exec_only:1; member in struct:vki_user_desc

Completed in 2003 milliseconds

12