Searched refs:am_get_advisory (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_aspacemgr.h128 /* Describes a request for VG_(am_get_advisory). */
144 extern Addr VG_(am_get_advisory)
147 /* Convenience wrapper for VG_(am_get_advisory) for client floating or
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c206 * This request is passed to VG_(am_get_advisory). This decides on
211 * Control returns to the wrapper. If VG_(am_get_advisory) has
1756 Addr VG_(am_get_advisory) ( MapRequest* req, function
1986 /* Convenience wrapper for VG_(am_get_advisory) for client floating or
1998 return VG_(am_get_advisory)( &mreq, True/*client*/, ok );
2259 advised = VG_(am_get_advisory)( &req, True/*client*/, &ok );
2328 advised = VG_(am_get_advisory)( &req, True/*client*/, &ok );
2386 advised = VG_(am_get_advisory)( &req, True/*client*/, &ok );
2460 advised = VG_(am_get_advisory)( &req, False/*valgrind*/, &ok );
2564 advised = VG_(am_get_advisory)(
[all...]
/external/valgrind/main/coregrind/m_ume/
H A Delf.c481 advised = VG_(am_get_advisory)( &mreq, True/*client*/, &ok );
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c2037 advised = VG_(am_get_advisory)( &mreq, True/*client*/, &mreq_ok );
2057 advised = VG_(am_get_advisory)( &mreq, True/*client*/, &mreq_ok );

Completed in 289 milliseconds