Home
last modified time | relevance | path

Searched refs:DebugInfo_get_text_bias (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/include/
Dpub_tool_debuginfo.h193 PtrdiffT VG_(DebugInfo_get_text_bias) ( const DebugInfo *di );
/external/valgrind/main/callgrind/
Dbb.c210 offset = di ? VG_(DebugInfo_get_text_bias)(di):0; in obj_of_address()
Dfn.c248 obj->offset = di ? VG_(DebugInfo_get_text_bias)(di) : 0; in new_obj_node()
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c3700 PtrdiffT VG_(DebugInfo_get_text_bias)(const DebugInfo* di) in VG_() argument