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

/external/valgrind/main/callgrind/
H A Ddebug.c305 (bbcc->bb->sect_kind == Vg_SectText) ? 'T' :
306 (bbcc->bb->sect_kind == Vg_SectData) ? 'D' :
307 (bbcc->bb->sect_kind == Vg_SectBSS) ? 'B' :
308 (bbcc->bb->sect_kind == Vg_SectGOT) ? 'G' :
309 (bbcc->bb->sect_kind == Vg_SectPLT) ? 'P' : 'U',
H A Dfn.c518 (bb->sect_kind == Vg_SectData) ? " [Data]" :
519 (bb->sect_kind == Vg_SectBSS) ? " [BSS]" :
520 (bb->sect_kind == Vg_SectGOT) ? " [GOT]" :
521 (bb->sect_kind == Vg_SectPLT) ? " [PLT]" : "");
565 if (bb->sect_kind == Vg_SectPLT)
H A Dbb.c146 bb->sect_kind = VG_(DebugInfo_sect_kind)(NULL, 0, offset + obj->offset);
H A Dbbcc.c672 (last_bb->sect_kind != bb->sect_kind) ||
H A Dglobal.h321 VgSectKind sect_kind; /* section of this BB, e.g. PLT */ member in struct:_BB
/external/valgrind/main/drd/
H A Ddrd_error.c226 VgSectKind sect_kind; local
228 sect_kind = VG_(DebugInfo_sect_kind)(sect_name, sizeof(sect_name),
230 if (sect_kind != Vg_SectUnknown) {
232 auxwhat_prefix, VG_(pp_SectKind)(sect_kind),

Completed in 131 milliseconds