Home
last modified time | relevance | path

Searched defs:_BB (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/main/callgrind/
Dglobal.h316 struct _BB { struct
317 obj_node* obj; /* ELF object of BB */
318 PtrdiffT offset; /* offset of BB in ELF object file */
319 BB* next; /* chaining for a hash entry */
321 VgSectKind sect_kind; /* section of this BB, e.g. PLT */
322 UInt instr_count;
325 fn_node* fn; /* debug info for this BB */
326 UInt line;
327 Bool is_entry; /* True if this BB is a function entry */
329 BBCC* bbcc_list; /* BBCCs for same BB (see next_bbcc in BBCC) */
[all …]