OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_mprotect
(Results
1 - 25
of
162
) sorted by null
1
2
3
4
5
6
7
/external/valgrind/memcheck/tests/
leak-segv-jmp.c
238
#ifndef
__NR_mprotect
239
#define
__NR_mprotect
0
266
mprotect_result = do_syscall_WRK(
__NR_mprotect
,
/development/ndk/platforms/android-3/include/sys/
linux-syscalls.h
59
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
/development/ndk/platforms/android-9/arch-mips/include/sys/
linux-syscalls.h
73
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
[
all
...]
/development/ndk/platforms/android-9/include/sys/
linux-syscalls.h
60
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
/external/valgrind/include/vki/
vki-scnums-solaris.h
173
#define
__NR_mprotect
SYS_mprotect
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
linux-syscalls.h
60
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
linux-syscalls.h
73
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
[
all
...]
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
linux-syscalls.h
60
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
linux-syscalls.h
60
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
linux-syscalls.h
73
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
[
all
...]
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
linux-syscalls.h
60
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
linux-syscalls.h
60
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
linux-syscalls.h
73
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
[
all
...]
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
linux-syscalls.h
60
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
linux-syscalls.h
60
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
linux-syscalls.h
73
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
[
all
...]
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
linux-syscalls.h
60
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
linux-syscalls.h
60
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
linux-syscalls.h
73
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
[
all
...]
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/sys/
linux-syscalls.h
60
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/sys/
linux-syscalls.h
60
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/sys/
linux-syscalls.h
73
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
[
all
...]
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/sys/
linux-syscalls.h
60
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/sys/
linux-syscalls.h
60
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/sys/
linux-syscalls.h
73
#define
__NR_mprotect
(__NR_SYSCALL_BASE + 125)
[
all
...]
Completed in 4856 milliseconds
1
2
3
4
5
6
7