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

  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 158 extern Addr VG_(am_get_advisory_client_simple)
164 VG_(am_get_advisory_client_simple) (first arg == 0, meaning
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 366 /* VG_(am_get_advisory_client_simple) interprets zero to mean
368 advised = VG_(am_get_advisory_client_simple)(new_addr, new_len, &ok);
402 /* VG_(am_get_advisory_client_simple) interprets zero to mean
404 advised = VG_(am_get_advisory_client_simple)( needA, needL, &ok );
423 advised = VG_(am_get_advisory_client_simple)( 0, new_len, &ok );
457 /* VG_(am_get_advisory_client_simple) interprets zero to mean
459 advised = VG_(am_get_advisory_client_simple)( needA, needL, &ok );
    [all...]