Home
last modified time | relevance | path

Searched refs:debug_block (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddebug.c50 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()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddebug.c53 struct debug_block *current_block;
379 struct debug_block *blocks;
411 struct debug_block struct
414 struct debug_block *next; argument
416 struct debug_block *parent; argument
418 struct debug_block *children; argument
587 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 …]
/netbsd-src/sys/arch/arc/arc/
H A Darcbios.h346 /**/ void * debug_block; /* Debugging info -- unused */ member