OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sect_kind
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/drd/
drd_error.c
225
VgSectKind
sect_kind
;
local
227
sect_kind
= VG_(DebugInfo_sect_kind)(§_name, dri->addr);
228
if (
sect_kind
!= Vg_SectUnknown) {
230
auxwhat_prefix, VG_(pp_SectKind)(
sect_kind
),
/external/valgrind/callgrind/
global.h
288
VgSectKind
sect_kind
; /* section of this BB, e.g. PLT */
member in struct:_BB
Completed in 2342 milliseconds