Searched defs:get_objname (Results 1 – 2 of 2) sorted by relevance
329 if ( VG_(get_objname)(ip, buf, ERRTXT_LEN) ) { in printSuppForIp_XML() local343 if ( VG_(get_objname)(ip, buf, ERRTXT_LEN) ) { in printSuppForIp_nonXML() local
1642 Bool VG_(get_objname) ( Addr a, HChar* buf, Int nbuf ) in VG_() argument