Searched refs:DebugInfo_get_text_bias (Results 1 – 5 of 5) sorted by relevance
266 PtrdiffT VG_(DebugInfo_get_text_bias) ( const DebugInfo *di );
208 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()
1567 objoff = addr - VG_(DebugInfo_get_text_bias)(di); in VG_()
4311 PtrdiffT VG_(DebugInfo_get_text_bias)(const DebugInfo* di) in VG_() argument