HomeSort by relevance Sort by last modified time
    Searched refs:di_notify_mmap (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/coregrind/
pub_core_debuginfo.h 53 If a call to VG_(di_notify_mmap) causes debug info to be read, then
60 For VG_(di_notify_mmap), if use_fd is not -1, that is used instead
66 extern ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV, Int use_fd );
72 /* this should really return ULong, as per VG_(di_notify_mmap). */
m_main.c     [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 588 preceding VG_(di_notify_mmap) just below.
667 If a call to VG_(di_notify_mmap) causes debug info to be read, then
674 ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV, Int use_fd ) function
696 VG_(printf)("di_notify_mmap-1: %#lx-%#lx %c%c%c\n",
715 VG_(printf)("di_notify_mmap-2: %s\n", filename);
815 VG_(printf)("di_notify_mmap-3: is_rx_map %d, is_rw_map %d\n",
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 208 // do anything with debug info (ie. it doesn't call VG_(di_notify_mmap)).
    [all...]
syswrap-darwin.c 661 // should this call VG_(di_notify_mmap) also?
    [all...]

Completed in 281 milliseconds