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

  /external/valgrind/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 517 (bb->sect_kind == Vg_SectData) ? " [Data]" :
518 (bb->sect_kind == Vg_SectBSS) ? " [BSS]" :
519 (bb->sect_kind == Vg_SectGOT) ? " [GOT]" :
520 (bb->sect_kind == Vg_SectPLT) ? " [PLT]" : "");
565 if (bb->sect_kind == Vg_SectPLT)
bb.c 144 bb->sect_kind = VG_(DebugInfo_sect_kind)(NULL, offset + obj->offset);
bbcc.c 696 (last_bb->sect_kind != bb->sect_kind) ||
global.h 288 VgSectKind sect_kind; /* section of this BB, e.g. PLT */ member in struct:_BB
  /external/valgrind/drd/
drd_error.c 224 VgSectKind sect_kind; local
226 sect_kind = VG_(DebugInfo_sect_kind)(&sect_name, dri->addr);
227 if (sect_kind != Vg_SectUnknown) {
229 auxwhat_prefix, VG_(pp_SectKind)(sect_kind),

Completed in 205 milliseconds