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_syswrap/
syswrap-mips32-linux.c 504 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres),
    [all...]
syswrap-generic.c 200 // do anything with debug info (ie. it doesn't call VG_(di_notify_mmap)).
    [all...]
syswrap-darwin.c 673 // should this call VG_(di_notify_mmap) also?
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 608 preceding VG_(di_notify_mmap) just below.
687 If a call to VG_(di_notify_mmap) causes debug info to be read, then
694 ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV, Int use_fd ) function
716 VG_(printf)("di_notify_mmap-1: %#lx-%#lx %c%c%c\n",
744 VG_(printf)("di_notify_mmap-2: %s\n", filename);
843 VG_(printf)("di_notify_mmap-3: is_rx_map %d, is_rw_map %d\n",
    [all...]

Completed in 518 milliseconds