HomeSort by relevance Sort by last modified time
    Searched refs:sect_kind (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/callgrind/
debug.c 305 (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',
fn.c 518 (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)
bb.c 146 bb->sect_kind = VG_(DebugInfo_sect_kind)(NULL, 0, offset + obj->offset);
bbcc.c 677 (last_bb->sect_kind != bb->sect_kind) ||
global.h 313 VgSectKind sect_kind; /* section of this BB, e.g. PLT */ member in struct:_BB
  /external/valgrind/main/drd/
drd_error.c 227 VgSectKind sect_kind; local
229 sect_kind = VG_(DebugInfo_sect_kind)(sect_name, sizeof(sect_name),
231 if (sect_kind != Vg_SectUnknown) {
233 auxwhat_prefix, VG_(pp_SectKind)(sect_kind),

Completed in 56 milliseconds