Home
last modified time | relevance | path

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

/external/strace/
Dmem.c206 do_mprotect(struct tcb *tcp, bool has_pkey) in do_mprotect() function
220 return do_mprotect(tcp, false); in SYS_FUNC()
225 return do_mprotect(tcp, true); in SYS_FUNC()
DChangeLog20786 * mem.c (do_mprotect): Likewise.
20802 * mem.c (do_mprotect): Likewise.
21965 * mem.c (do_mprotect): Retrieve 1st, 2nd and 3rd arguments using
23649 * mem.c (do_mprotect): New function, common handler for mprotect and
23651 (SYS_FUNC(mprotect)): Convert to wrapper around do_mprotect.