Searched refs:di_notify_mmap (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/coregrind/ |
D | pub_core_debuginfo.h | 66 extern ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV, Int use_fd );
|
D | m_main.c | 2246 anu.ull = VG_(di_notify_mmap)( seg_starts[i], True/*allow_SkFileV*/, in valgrind_main() 2268 VG_(di_notify_mmap)( seg_starts[i], False/*don't allow_SkFileV*/, in valgrind_main()
|
/external/valgrind/docs/internals/ |
D | Darwin-notes.txt | 114 VG_(di_notify_mmap): Linux version is also used for Darwin, and
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-mips32-linux.c | 487 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres), in mips_PRE_sys_mmap()
|
D | syswrap-generic.c | 2367 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres), in ML_()
|
D | syswrap-darwin.c | 4248 VG_(di_notify_mmap)( (Addr)RES, False/*allow_SkFileV*/, in POST()
|
D | syswrap-solaris.c | 5928 VG_(di_notify_mmap)((Addr) mrp->mr_addr, False /*allow_SkFileV*/, fd); in mmapobj_process_phdrs()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | debuginfo.c | 815 ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV, Int use_fd ) in VG_() argument
|
/external/valgrind/ |
D | NEWS | 414 349941 di_notify_mmap might create wrong start/size DebugInfoMapping
|