/external/oprofile/module/x86/ |
D | op_syscalls.c | 318 old_old_mmap = sys_call_table[__NR_mmap]; in op_save_syscalls() 332 sys_call_table[__NR_mmap] = my_old_mmap; in op_intercept_syscalls() 346 sys_call_table[__NR_mmap] = old_old_mmap; in op_restore_syscalls()
|
/external/oprofile/module/ia64/ |
D | op_syscalls.c | 336 fdesc_mmap.ip = sys_call_table[__NR_mmap - __NR_ni_syscall]; in op_save_syscalls() 357 sys_call_table[__NR_mmap - __NR_ni_syscall] = in op_intercept_syscalls() 375 sys_call_table[__NR_mmap - __NR_ni_syscall] = in op_restore_syscalls()
|
/external/valgrind/main/coregrind/m_aspacemgr/ |
D | aspacemgr-common.c | 163 res = VG_(do_syscall6)(__NR_mmap, (UWord)start, length, in VG_() 169 res = VG_(do_syscall7)(__NR_mmap, (UWord)start, length, in VG_() 175 res = VG_(do_syscall6)(__NR_mmap, (UWord)start, length, in VG_()
|
/external/valgrind/main/include/vki/ |
D | vki-scnums-amd64-linux.h | 47 #define __NR_mmap 9 macro
|
D | vki-scnums-ppc64-linux.h | 127 #define __NR_mmap 90 macro
|
D | vki-scnums-arm-linux.h | 127 #define __NR_mmap 90 macro
|
D | vki-scnums-ppc32-linux.h | 127 #define __NR_mmap 90 macro
|
D | vki-scnums-x86-linux.h | 127 #define __NR_mmap 90 macro
|
D | vki-scnums-darwin.h | 396 #define __NR_mmap VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(197) macro
|
D | vki-scnums-aix5.h | 1568 #define __NR_mmap __NR_AIX5_mmap macro
|
/external/kernel-headers/original/asm-x86/ |
D | unistd_32.h | 98 #define __NR_mmap 90 macro
|
/external/kernel-headers/original/asm-arm/ |
D | unistd.h | 118 #define __NR_mmap (__NR_SYSCALL_BASE+ 90) macro 373 #undef __NR_mmap
|
/external/strace/ |
D | syscall-android.h | 135 #define SYS_mmap __NR_mmap
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.c | 426 GO(__NR_mmap, "1s 1m"); in main() 427 SY(__NR_mmap, args+x0); FAIL; in main()
|
D | scalar.stderr.exp | 819 90: __NR_mmap 1s 1m
|
/external/valgrind/main/memcheck/tests/darwin/ |
D | scalar.c | 1019 GO(__NR_mmap, "1s 1m"); in main() 1020 SY(__NR_mmap, args+x0); FAIL; in main()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 1274 PLAX_(__NR_mmap, sys_mmap), // 90
|
D | syswrap-ppc32-linux.c | 1542 PLAX_(__NR_mmap, sys_mmap), // 90
|
D | syswrap-amd64-linux.c | 1065 PLAX_(__NR_mmap, sys_mmap), // 9
|
D | syswrap-x86-linux.c | 1899 PLAX_(__NR_mmap, old_mmap), // 90
|
D | syswrap-darwin.c | 7801 MACXY(__NR_mmap, mmap),
|
/external/valgrind/main/docs/internals/ |
D | porting-to-ARM.txt | 997 #define __NR_mmap (__NR_SYSCALL_BASE+ 90)
|
/external/valgrind/main/exp-ptrcheck/ |
D | h_main.c | 2501 ADD(1, __NR_mmap); in setup_post_syscall_table() 2646 if (sysno == __NR_mmap in h_post_syscall()
|