Home
last modified time | relevance | path

Searched refs:block_type (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dglobvar.sym7 block_type
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dmdebugread.c265 enum block_type { FUNCTION_BLOCK, NON_FUNCTION_BLOCK }; enum
267 static struct block *new_block (enum block_type);
4692 new_block (enum block_type type) in new_block()