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

/external/valgrind/include/
H A Dpub_tool_debuginfo.h250 Vg_SectBSS, enumerator in enum:__anon16373
/external/valgrind/callgrind/
H A Ddebug.c307 (bbcc->bb->sect_kind == Vg_SectBSS) ? 'B' :
H A Dfn.c518 (bb->sect_kind == Vg_SectBSS) ? " [BSS]" :
/external/valgrind/drd/
H A Ddrd_main.c450 tl_assert(VG_(DebugInfo_sect_kind)(NULL, avma) == Vg_SectBSS);
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c4289 case Vg_SectBSS: return "BSS";
4341 res = Vg_SectBSS;
4347 res = Vg_SectBSS;

Completed in 121 milliseconds