Searched refs:am_do_mmap_NO_NOTIFY (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/coregrind/ |
D | pub_core_aspacemgr.h | 205 extern SysRes VG_(am_do_mmap_NO_NOTIFY)
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 2377 sres = VG_(am_do_mmap_NO_NOTIFY)( in VG_() 2445 sres = VG_(am_do_mmap_NO_NOTIFY)( in VG_() 2503 sres = VG_(am_do_mmap_NO_NOTIFY)( in VG_() 2584 sres = VG_(am_do_mmap_NO_NOTIFY)( in VG_() 2594 sres = VG_(am_do_mmap_NO_NOTIFY)( in VG_() 2683 sres = VG_(am_do_mmap_NO_NOTIFY)( in VG_() 2999 sres = VG_(am_do_mmap_NO_NOTIFY)( in VG_() 3038 sres = VG_(am_do_mmap_NO_NOTIFY)( in VG_()
|
D | aspacemgr-common.c | 143 SysRes VG_(am_do_mmap_NO_NOTIFY)( Addr start, SizeT length, UInt prot, in VG_() argument
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-mips32-linux.c | 452 sres = VG_(am_do_mmap_NO_NOTIFY)(advised, arg2, arg3, in mips_PRE_sys_mmap() 470 sres = VG_(am_do_mmap_NO_NOTIFY)(advised, arg2, arg3, in mips_PRE_sys_mmap()
|
D | syswrap-generic.c | 2287 sres = VG_(am_do_mmap_NO_NOTIFY)(advised, arg2, arg3, in ML_() 2313 sres = VG_(am_do_mmap_NO_NOTIFY)(advised, arg2, arg3, in ML_() 2336 sres = VG_(am_do_mmap_NO_NOTIFY)(advised, arg2, arg3, in ML_()
|