Searched refs:debug_block (Results 1 – 3 of 3) sorted by relevance
50 struct debug_block *current_block;374 struct debug_block *blocks;406 struct debug_block struct409 struct debug_block *next; argument411 struct debug_block *parent; argument413 struct debug_block *children; argument582 struct debug_block *);770 struct debug_block *b; in debug_record_function()789 b = (struct debug_block *) xmalloc (sizeof *b); in debug_record_function()891 struct debug_block *b, **pb; in debug_start_block()[all …]
53 struct debug_block *current_block;379 struct debug_block *blocks;411 struct debug_block struct414 struct debug_block *next; argument416 struct debug_block *parent; argument418 struct debug_block *children; argument587 struct debug_block *);786 struct debug_block *b; in debug_record_function()904 struct debug_block *b, **pb; in debug_start_block()941 struct debug_block *parent; in debug_end_block()[all …]
346 /**/ void * debug_block; /* Debugging info -- unused */ member