Home
last modified time | relevance | path

Searched defs:get_objname (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/
Dm_errormgr.c329 if ( VG_(get_objname)(ip, buf, ERRTXT_LEN) ) { in printSuppForIp_XML() local
343 if ( VG_(get_objname)(ip, buf, ERRTXT_LEN) ) { in printSuppForIp_nonXML() local
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c1642 Bool VG_(get_objname) ( Addr a, HChar* buf, Int nbuf ) in VG_() argument