Home
last modified time | relevance | path

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

/external/strace/
Dmem.c193 do_mprotect(struct tcb *tcp, bool has_pkey) in do_mprotect() function
207 return do_mprotect(tcp, false); in SYS_FUNC()
212 return do_mprotect(tcp, true); in SYS_FUNC()
DChangeLog13224 * mem.c (do_mprotect): Likewise.
13240 * mem.c (do_mprotect): Likewise.
14403 * mem.c (do_mprotect): Retrieve 1st, 2nd and 3rd arguments using
16087 * mem.c (do_mprotect): New function, common handler for mprotect and
16089 (SYS_FUNC(mprotect)): Convert to wrapper around do_mprotect.