Searched refs:mmap (Results 1 - 25 of 656) sorted by relevance

1234567891011>>

/external/strace/tests/
H A Dold_mmap.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (old_mmap -a11 -e trace=mmap); do not edit.
4 run_strace_match_diff -a11 -e trace=mmap
H A Dold_mmap-P.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (old_mmap-P -e trace=mmap -P "/dev/full" 9>>/dev/full); do not edit.
4 run_strace_match_diff -e trace=mmap -P "/dev/full" 9>>/dev/full
H A Dold_mmap-v-none.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (old_mmap-v-none -a11 -e trace=mmap -e verbose=none); do not edit.
4 run_strace_match_diff -a11 -e trace=mmap -e verbose=none
H A Dmmap.test3 # Check mmap/mmap2, madvise, mlockall, mprotect, mremap, msync, and munmap
39 for n in mmap mmap2; do
44 if grep '^mmap(NULL, 0, PROT_NONE,' < "$LOG" > /dev/null; then
45 mmap=mmap
47 mmap=mmap2
49 dump_log_and_fail_with "mmap/mmap2 not found in $STRACE $args output"
52 syscall=$mmap,madvise,mlockall,mprotect,mremap,msync,munmap
54 run_prog "../$NAME" $mmap > /dev/null
56 sed -n "/^$mmap(NUL
[all...]
/external/strace/tests-m32/
H A Dold_mmap.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (old_mmap -a11 -e trace=mmap); do not edit.
4 run_strace_match_diff -a11 -e trace=mmap
H A Dold_mmap-P.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (old_mmap-P -e trace=mmap -P "/dev/full" 9>>/dev/full); do not edit.
4 run_strace_match_diff -e trace=mmap -P "/dev/full" 9>>/dev/full
H A Dold_mmap-v-none.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (old_mmap-v-none -a11 -e trace=mmap -e verbose=none); do not edit.
4 run_strace_match_diff -a11 -e trace=mmap -e verbose=none
H A Dmmap.test3 # Check mmap/mmap2, madvise, mlockall, mprotect, mremap, msync, and munmap
39 for n in mmap mmap2; do
44 if grep '^mmap(NULL, 0, PROT_NONE,' < "$LOG" > /dev/null; then
45 mmap=mmap
47 mmap=mmap2
49 dump_log_and_fail_with "mmap/mmap2 not found in $STRACE $args output"
52 syscall=$mmap,madvise,mlockall,mprotect,mremap,msync,munmap
54 run_prog "../$NAME" $mmap > /dev/null
56 sed -n "/^$mmap(NUL
[all...]
/external/strace/tests-mx32/
H A Dold_mmap.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (old_mmap -a11 -e trace=mmap); do not edit.
4 run_strace_match_diff -a11 -e trace=mmap
H A Dold_mmap-P.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (old_mmap-P -e trace=mmap -P "/dev/full" 9>>/dev/full); do not edit.
4 run_strace_match_diff -e trace=mmap -P "/dev/full" 9>>/dev/full
H A Dold_mmap-v-none.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (old_mmap-v-none -a11 -e trace=mmap -e verbose=none); do not edit.
4 run_strace_match_diff -a11 -e trace=mmap -e verbose=none
H A Dmmap.test3 # Check mmap/mmap2, madvise, mlockall, mprotect, mremap, msync, and munmap
39 for n in mmap mmap2; do
44 if grep '^mmap(NULL, 0, PROT_NONE,' < "$LOG" > /dev/null; then
45 mmap=mmap
47 mmap=mmap2
49 dump_log_and_fail_with "mmap/mmap2 not found in $STRACE $args output"
52 syscall=$mmap,madvise,mlockall,mprotect,mremap,msync,munmap
54 run_prog "../$NAME" $mmap > /dev/null
56 sed -n "/^$mmap(NUL
[all...]
/external/valgrind/none/tests/
H A Dmap_unaligned.stderr.exp2 unaligned mmap failed: Invalid argument
/external/valgrind/none/tests/amd64-linux/
H A Dmap_32bits.stderr.exp1 first mmap : 0x........
2 last mmap ok: 0x........
3 retry mmap ok: 0x........
/external/syslinux/com32/lib/syslinux/
H A Dmemmap.c46 struct syslinux_memmap **mmap = map; local
47 return syslinux_add_memmap(mmap, start, len, type);
52 struct syslinux_memmap *mmap; local
54 mmap = syslinux_init_memmap();
55 if (!mmap)
58 if (syslinux_scan_memory(syslinux_memory_map_callback, &mmap)) {
59 syslinux_free_memmap(mmap);
63 return mmap;
/external/honggfuzz/examples/externalfuzzers/
H A DlowBytesIncrease.py3 import os, sys, mmap namespace
10 map = mmap.mmap(f.fileno(), 0)
H A DrangeFuzz.py3 import mmap namespace
14 mapped = mmap.mmap(f.fileno(), 0)
/external/valgrind/none/tests/amd64/
H A Dnibz_bennee_mmap.c13 > I think the problem here is that you've done an mmap (either fixed or
35 if ((p = mmap((void*)0x1F7F100000, 4096, PROT_READ|PROT_WRITE,
38 perror("mmap");
46 if ((p = mmap((void*)0x1F7F101000, 4096, PROT_READ,
49 perror("mmap");
52 if ((p = mmap((void*)0x1F7F101000, 4096, PROT_READ,
55 perror("mmap");
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
H A D13-1-buildonly.c11 * void *mmap(void *, size_t, int, int, int, off_t)
26 dummyvar = mmap;
/external/python/cpython3/Lib/test/
H A Dtest_mmap.py11 # Skip test if we can't import mmap.
12 mmap = import_module('mmap') variable
14 PAGESIZE = mmap.PAGESIZE
29 # Test mmap module on Unix systems and Windows
31 # Create a file to be mmap'ed.
39 m = mmap.mmap(f.fileno(), 2 * PAGESIZE)
68 # Test doing a regular expression match in an mmap'ed file
71 self.fail('regex match on mmap faile
[all...]
H A Dwin_console_handler.py14 import mmap namespace
44 m = mmap.mmap(-1, 1, sys.argv[1])
/external/python/cpython2/Lib/test/
H A Dtest_mmap.py6 mmap = import_module('mmap') variable
8 PAGESIZE = mmap.PAGESIZE
23 # Test mmap module on Unix systems and Windows
25 # Create a file to be mmap'ed.
33 m = mmap.mmap(f.fileno(), 2 * PAGESIZE)
61 # Test doing a regular expression match in an mmap'ed file
64 self.fail('regex match on mmap failed!')
83 # Try to seek beyond end of mmap
[all...]
H A Dwin_console_handler.py14 import mmap namespace
44 m = mmap.mmap(-1, 1, sys.argv[1])
/external/valgrind/memcheck/tests/x86-linux/
H A Dbug133694.c9 if ((a1 = mmap((void *)0x200000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0)) == MAP_FAILED)
21 if (mmap((void *)0x100000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) == MAP_FAILED)
27 if (mmap((void *)0x100000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) == MAP_FAILED)
/external/autotest/client/site_tests/security_AltSyscall/src/
H A DMakefile7 TARGETS = read mmap alt_syscall adjtimex clock_adjtime

Completed in 757 milliseconds

1234567891011>>