Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dglobal.h283 struct _BB { struct
284 obj_node* obj; /* ELF object of BB */
285 PtrdiffT offset; /* offset of BB in ELF object file */
286 BB* next; /* chaining for a hash entry */
288 VgSectKind sect_kind; /* section of this BB, e.g. PLT */
289 UInt instr_count;
292 fn_node* fn; /* debug info for this BB */
293 UInt line;
294 Bool is_entry; /* True if this BB is a function entry */
296 BBCC* bbcc_list; /* BBCCs for same BB (see next_bbcc in BBCC) */
[all …]