Searched refs:DebugInfo_get_text_bias (Results 1 – 4 of 4) sorted by relevance
193 PtrdiffT VG_(DebugInfo_get_text_bias) ( const DebugInfo *di );
210 offset = di ? VG_(DebugInfo_get_text_bias)(di):0; in obj_of_address()
248 obj->offset = di ? VG_(DebugInfo_get_text_bias)(di) : 0; in new_obj_node()
3700 PtrdiffT VG_(DebugInfo_get_text_bias)(const DebugInfo* di) in VG_() argument