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/coregrind/
pub_core_aspacemgr.h 145 extern Addr VG_(am_get_advisory_client_simple)
151 VG_(am_get_advisory_client_simple) (first arg == 0, meaning
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c 398 /* VG_(am_get_advisory_client_simple) interprets zero to mean
400 advised = VG_(am_get_advisory_client_simple)(new_addr, new_len, &ok);
434 advised = VG_(am_get_advisory_client_simple)( needA, needL, &ok );
451 advised = VG_(am_get_advisory_client_simple)( 0, new_len, &ok );
486 advised = VG_(am_get_advisory_client_simple)( needA, needL, &ok );
    [all...]
  /external/valgrind/coregrind/m_initimg/
initimg-linux.c 867 anon_start = VG_(am_get_advisory_client_simple)
    [all...]
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 1932 Addr VG_(am_get_advisory_client_simple) ( Addr start, SizeT len, function
    [all...]

Completed in 97 milliseconds