Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_redir.c415 newdi_soname = VG_(DebugInfo_get_soname)(newdi); in VG_()
771 VG_(DebugInfo_get_soname)(di) ); in generate_and_add_actives()
864 v, VG_(DebugInfo_get_soname)(di)); in generate_and_add_actives()
1605 const HChar* di_soname = VG_(DebugInfo_get_soname)(di); in handle_require_text_symbols()
1753 VG_(DebugInfo_get_soname)(ts->seginfo), in show_redir_state()
Dm_translate.c1537 const HChar* t = VG_(DebugInfo_get_soname)(nraddr_di); in VG_()
/external/valgrind/include/
Dpub_tool_debuginfo.h230 const HChar* VG_(DebugInfo_get_soname) ( const DebugInfo *di );
/external/valgrind/drd/
Ddrd_main.c436 VG_(DebugInfo_get_soname)(di)); in DRD_()
447 VG_(strcmp)(VG_(DebugInfo_get_soname)(di), "libpthread.so.0") == 0) { in DRD_()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c4238 const HChar* VG_(DebugInfo_get_soname)(const DebugInfo* di) in VG_() argument
/external/valgrind/helgrind/
Dhg_main.c4473 soname = VG_(DebugInfo_get_soname)(dinfo); in is_in_dynamic_linker_shared_object()