Home
last modified time | relevance | path

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

/external/valgrind/include/
Dpub_tool_debuginfo.h222 SizeT VG_(DebugInfo_get_text_size) ( const DebugInfo *di );
/external/valgrind/callgrind/
Dbb.c216 CLG_ASSERT( obj->size == (di ? VG_(DebugInfo_get_text_size)(di) : 0) ); in obj_of_address()
Dfn.c247 obj->size = di ? VG_(DebugInfo_get_text_size)(di) : 0; in new_obj_node()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c4237 SizeT VG_(DebugInfo_get_text_size)(const DebugInfo* di) in VG_() argument