Searched refs:sect_kind (Results 1 – 6 of 6) sorted by relevance
305 (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_()
517 (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_()
144 bb->sect_kind = VG_(DebugInfo_sect_kind)(NULL, offset + obj->offset); in new_bb()
696 (last_bb->sect_kind != bb->sect_kind) || in CLG_()
288 VgSectKind sect_kind; /* section of this BB, e.g. PLT */ member
224 VgSectKind sect_kind; in drd_report_data_race() local226 sect_kind = VG_(DebugInfo_sect_kind)(§_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()