Searched refs:di_notify_mmap (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_debuginfo.h53 If a call to VG_(di_notify_mmap) causes debug info to be read, then
60 extern ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV );
66 /* this should really return ULong, as per VG_(di_notify_mmap). */
81 VG_(di_notify_mmap) just above. */
H A Dm_main.c1965 // come back from VG_(di_notify_mmap)/VG_(di_aix5_notify_segchange).
1994 anu.ull = VG_(di_notify_mmap)( seg_starts[i], True/*allow_SkFileV*/ );
1995 /* anu.ull holds the debuginfo handle returned by di_notify_mmap,
2051 VG_(di_notify_mmap)( seg_starts[i], False/*don't allow_SkFileV*/ );
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c594 If a call to VG_(di_notify_mmap) causes debug info to be read, then
669 ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV ) function
690 VG_(printf)("di_notify_mmap-1: %#lx-%#lx %c%c%c\n",
709 VG_(printf)("di_notify_mmap-2: %s\n", filename);
791 VG_(printf)("di_notify_mmap-3: is_rx_map %d, is_rw_map %d\n",
970 /* this should really return ULong, as per VG_(di_notify_mmap). */
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c206 // do anything with debug info (ie. it doesn't call VG_(di_notify_mmap)).
2073 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres),
H A Dsyswrap-darwin.c633 // should this call VG_(di_notify_mmap) also?
3503 VG_(di_notify_mmap)( (Addr)RES, False/*allow_SkFileV*/ );

Completed in 103 milliseconds