Home
last modified time | relevance | path

Searched refs:BLOCK_FUNCTION (Results 1 – 10 of 10) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dblock.c62 while (BLOCK_FUNCTION (bl) == 0 && BLOCK_SUPERBLOCK (bl) != 0) in block_function()
65 return BLOCK_FUNCTION (bl); in block_function()
288 BLOCK_FUNCTION (bl) = NULL; in allocate_block()
Dblock.h116 #define BLOCK_FUNCTION(bl) (bl)->function macro
Dsymmisc.c504 if (BLOCK_FUNCTION (b)) in dump_symtab_1()
506 fprintf_filtered (outfile, ", function %s", DEPRECATED_SYMBOL_NAME (BLOCK_FUNCTION (b))); in dump_symtab_1()
507 if (SYMBOL_DEMANGLED_NAME (BLOCK_FUNCTION (b)) != NULL) in dump_symtab_1()
510 SYMBOL_DEMANGLED_NAME (BLOCK_FUNCTION (b))); in dump_symtab_1()
Dexpprint.c114 && BLOCK_FUNCTION (b) != NULL in print_subexp_standard()
115 && SYMBOL_PRINT_NAME (BLOCK_FUNCTION (b)) != NULL) in print_subexp_standard()
117 fputs_filtered (SYMBOL_PRINT_NAME (BLOCK_FUNCTION (b)), stream); in print_subexp_standard()
Dbuildsym.c260 BLOCK_FUNCTION (block) = symbol; in finish_block()
354 BLOCK_FUNCTION (block) = NULL; in finish_block()
Dstack.c1430 if (BLOCK_FUNCTION (block)) in print_frame_local_vars()
1500 if (BLOCK_FUNCTION (block)) in print_frame_label_vars()
Dvalops.c787 if (BLOCK_FUNCTION (b) in value_of_variable()
788 && SYMBOL_PRINT_NAME (BLOCK_FUNCTION (b))) in value_of_variable()
790 SYMBOL_PRINT_NAME (BLOCK_FUNCTION (b))); in value_of_variable()
Dtracepoint.c1358 if (BLOCK_FUNCTION (block)) in add_local_symbols()
2512 if (BLOCK_FUNCTION (block)) in scope_info()
Dmdebugread.c802 BLOCK_FUNCTION (b) = s; in parse_symbol()
1922 BLOCK_FUNCTION (b) = s; in parse_procedure()
Dsymtab.c1783 if (!BLOCK_FUNCTION (block)) in lookup_block_symbol()