Home
last modified time | relevance | path

Searched refs:Vg_SectBSS (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/include/
Dpub_tool_debuginfo.h284 Vg_SectBSS, enumerator
/external/valgrind/callgrind/
Ddebug.c307 (bbcc->bb->sect_kind == Vg_SectBSS) ? 'B' : in CLG_()
Dfn.c518 (bb->sect_kind == Vg_SectBSS) ? " [BSS]" : in CLG_()
/external/valgrind/drd/
Ddrd_main.c455 tl_assert(VG_(DebugInfo_sect_kind)(NULL, avma) == Vg_SectBSS); in DRD_()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c4354 case Vg_SectBSS: return "BSS"; in VG_()
4406 res = Vg_SectBSS; in VG_()
4412 res = Vg_SectBSS; in VG_()