OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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
),
Completed in 69 milliseconds