Home
last modified time | relevance | path

Searched refs:sect_kind (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/callgrind/
Ddebug.c305 (bbcc->bb->sect_kind == Vg_SectText) ? 'T' : in CLG_()
306 (bbcc->bb->sect_kind == Vg_SectData) ? 'D' : in CLG_()
307 (bbcc->bb->sect_kind == Vg_SectBSS) ? 'B' : in CLG_()
308 (bbcc->bb->sect_kind == Vg_SectGOT) ? 'G' : in CLG_()
309 (bbcc->bb->sect_kind == Vg_SectPLT) ? 'P' : 'U', in CLG_()
Dfn.c517 (bb->sect_kind == Vg_SectData) ? " [Data]" : in CLG_()
518 (bb->sect_kind == Vg_SectBSS) ? " [BSS]" : in CLG_()
519 (bb->sect_kind == Vg_SectGOT) ? " [GOT]" : in CLG_()
520 (bb->sect_kind == Vg_SectPLT) ? " [PLT]" : ""); in CLG_()
565 if (bb->sect_kind == Vg_SectPLT) in CLG_()
Dbb.c144 bb->sect_kind = VG_(DebugInfo_sect_kind)(NULL, offset + obj->offset); in new_bb()
Dbbcc.c696 (last_bb->sect_kind != bb->sect_kind) || in CLG_()
Dglobal.h288 VgSectKind sect_kind; /* section of this BB, e.g. PLT */ member
/external/valgrind/drd/
Ddrd_error.c224 VgSectKind sect_kind; in drd_report_data_race() local
226 sect_kind = VG_(DebugInfo_sect_kind)(&sect_name, dri->addr); in drd_report_data_race()
227 if (sect_kind != Vg_SectUnknown) { in drd_report_data_race()
229 auxwhat_prefix, VG_(pp_SectKind)(sect_kind), in drd_report_data_race()