Home
last modified time | relevance | path

Searched refs:VgSectKind (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/include/
Dpub_tool_debuginfo.h257 VgSectKind; typedef
261 const HChar* VG_(pp_SectKind)( VgSectKind kind );
267 VgSectKind VG_(DebugInfo_sect_kind)( /*OUT*/const HChar** name, Addr a);
Dpub_tool_addrinfo.h176 VgSectKind kind;
/external/valgrind/coregrind/
Dm_addrinfo.c91 VgSectKind sect; in VG_()
/external/valgrind/drd/
Ddrd_error.c225 VgSectKind sect_kind; in drd_report_data_race()
/external/valgrind/callgrind/
Dglobal.h288 VgSectKind sect_kind; /* section of this BB, e.g. PLT */
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c4327 const HChar* VG_(pp_SectKind)( VgSectKind kind ) in VG_()
4347 VgSectKind VG_(DebugInfo_sect_kind)( /*OUT*/const HChar** name, Addr a) in VG_()
4350 VgSectKind res = Vg_SectUnknown; in VG_()
/external/valgrind/helgrind/
Dhg_errors.c485 VgSectKind sect = VG_(DebugInfo_sect_kind)( NULL, data_addr ); in HG_()