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

Completed in 290 milliseconds