Home
last modified time | relevance | path

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

/external/valgrind/main/include/
Dpub_tool_debuginfo.h227 Vg_SectPLT, enumerator
/external/valgrind/main/callgrind/
Dfn.c521 (bb->sect_kind == Vg_SectPLT) ? " [PLT]" : ""); in CLG_()
565 if (bb->sect_kind == Vg_SectPLT) in CLG_()
Ddebug.c309 (bbcc->bb->sect_kind == Vg_SectPLT) ? 'P' : 'U', in CLG_()
/external/valgrind/main/drd/
Ddrd_load_store.c477 != Vg_SectPLT; in DRD_()
Ddrd_main.c404 tl_assert(VG_(DebugInfo_sect_kind)(NULL, 0, avma) == Vg_SectPLT); in DRD_()
/external/valgrind/main/helgrind/
Dhg_errors.c381 if (sect == Vg_SectPLT) return; in HG_()
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c3743 case Vg_SectPLT: return "PLT"; in VG_()
3806 res = Vg_SectPLT; in VG_()