Home
last modified time | relevance | path

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

/external/valgrind/main/include/
Dpub_tool_debuginfo.h241 VgSectKind; typedef
245 const HChar* VG_(pp_SectKind)( VgSectKind kind );
251 VgSectKind VG_(DebugInfo_sect_kind)( /*OUT*/HChar* name, SizeT n_name,
Dpub_tool_addrinfo.h121 VgSectKind kind;
/external/valgrind/main/coregrind/
Dm_addrinfo.c48 VgSectKind sect; in VG_()
/external/valgrind/main/drd/
Ddrd_error.c226 VgSectKind sect_kind; in drd_report_data_race()
/external/valgrind/main/callgrind/
Dglobal.h320 VgSectKind sect_kind; /* section of this BB, e.g. PLT */
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c3888 const HChar* VG_(pp_SectKind)( VgSectKind kind ) in VG_()
3908 VgSectKind VG_(DebugInfo_sect_kind)( /*OUT*/HChar* name, SizeT n_name, in VG_()
3912 VgSectKind res = Vg_SectUnknown; in VG_()
/external/valgrind/main/helgrind/
Dhg_errors.c471 VgSectKind sect = VG_(DebugInfo_sect_kind)( NULL, 0, data_addr ); in HG_()