Searched refs:VgSectKind (Results 1 – 7 of 7) sorted by relevance
257 VgSectKind; typedef261 const HChar* VG_(pp_SectKind)( VgSectKind kind );267 VgSectKind VG_(DebugInfo_sect_kind)( /*OUT*/const HChar** name, Addr a);
176 VgSectKind kind;
91 VgSectKind sect; in VG_()
225 VgSectKind sect_kind; in drd_report_data_race()
288 VgSectKind sect_kind; /* section of this BB, e.g. PLT */
4327 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_()
485 VgSectKind sect = VG_(DebugInfo_sect_kind)( NULL, data_addr ); in HG_()