Searched defs:am_get_advisory (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-aix5.c1715 Addr VG_(am_get_advisory) ( MapRequest* req, function
1719 ML_(am_barf)("unimplemented: VG_(am_get_advisory)");
1725 /* Convenience wrapper for VG_(am_get_advisory) for client floating or
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
1750 Addr VG_(am_get_advisory) ( MapRequest* req, function
1980 /* Convenience wrapper for VG_(am_get_advisory) for client floating or
1992 return VG_(am_get_advisory)( &mreq, True/*client*/, ok );
2218 advised = VG_(am_get_advisory)( &req, True/*client*/, &ok );
2287 advised = VG_(am_get_advisory)( &req, True/*client*/, &ok );
2345 advised = VG_(am_get_advisory)( &req, True/*client*/, &ok );
2419 advised = VG_(am_get_advisory)( &req, False/*valgrind*/, &ok );
2523 advised = VG_(am_get_advisory)(
[all...]

Completed in 45 milliseconds