Lines Matching refs:debug_block
50 struct debug_block *current_block;
374 struct debug_block *blocks;
406 struct debug_block struct
409 struct debug_block *next; argument
411 struct debug_block *parent; argument
413 struct debug_block *children; argument
582 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()
902 b = (struct debug_block *) xmalloc (sizeof *b); in debug_start_block()
929 struct debug_block *parent; in debug_end_block()
1943 struct debug_block *b; in debug_find_named_type()
2824 struct debug_block *b; in debug_write_function()
2859 struct debug_block *block) in debug_write_block()
2862 struct debug_block *b; in debug_write_block()