Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_redir.c404 const HChar* newdi_soname; in VG_() local
420 newdi_soname = VG_(DebugInfo_get_soname)(newdi); in VG_()
421 vg_assert(newdi_soname != NULL); in VG_()
510 && 0 == VG_(strcmp)(newdi_soname, pthread_soname); in VG_()
514 0 == VG_(strcmp)(newdi_soname, vg_preload_core_soname); in VG_()
564 handle_maybe_load_notifier( newdi_soname, *names, sym_avmas.main ); in VG_()