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

  /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),
  /external/valgrind/main/callgrind/
global.h 313 VgSectKind sect_kind; /* section of this BB, e.g. PLT */ member in struct:_BB

Completed in 129 milliseconds