Home
last modified time | relevance | path

Searched refs:client_block_maybe_describe (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/main/memcheck/
Dmc_errors.c1086 static Bool client_block_maybe_describe( Addr a, AddrInfo* ai );
1102 if (client_block_maybe_describe( a, ai )) { in describe_addr()
1293 (void)client_block_maybe_describe( VG_(get_error_address)(err), in MC_()
1303 static Bool client_block_maybe_describe( Addr a, in client_block_maybe_describe() function