Home
last modified time | relevance | path

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

/external/valgrind/main/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.c518 (bb->sect_kind == Vg_SectData) ? " [Data]" : in CLG_()
519 (bb->sect_kind == Vg_SectBSS) ? " [BSS]" : in CLG_()
520 (bb->sect_kind == Vg_SectGOT) ? " [GOT]" : in CLG_()
521 (bb->sect_kind == Vg_SectPLT) ? " [PLT]" : ""); in CLG_()
565 if (bb->sect_kind == Vg_SectPLT) in CLG_()
Dbb.c146 bb->sect_kind = VG_(DebugInfo_sect_kind)(NULL, 0, offset + obj->offset); in new_bb()
Dbbcc.c677 (last_bb->sect_kind != bb->sect_kind) || in CLG_()
Dglobal.h313 VgSectKind sect_kind; /* section of this BB, e.g. PLT */ member
/external/valgrind/main/drd/
Ddrd_error.c161 VgSectKind sect_kind; in drd_report_data_race() local
163 sect_kind = VG_(DebugInfo_sect_kind)(sect_name, sizeof(sect_name), in drd_report_data_race()
165 if (sect_kind != Vg_SectUnknown) in drd_report_data_race()
169 VG_(pp_SectKind)(sect_kind), in drd_report_data_race()