Home
last modified time | relevance | path

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

/openbsd/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.c502 if (BLOCK_FUNCTION (b)) in dump_symtab()
504 fprintf_filtered (outfile, ", function %s", DEPRECATED_SYMBOL_NAME (BLOCK_FUNCTION (b))); in dump_symtab()
505 if (SYMBOL_DEMANGLED_NAME (BLOCK_FUNCTION (b)) != NULL) in dump_symtab()
508 SYMBOL_DEMANGLED_NAME (BLOCK_FUNCTION (b))); in dump_symtab()
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.c1364 if (BLOCK_FUNCTION (block)) in print_frame_local_vars()
1434 if (BLOCK_FUNCTION (block)) in print_frame_label_vars()
Dvalops.c792 if (BLOCK_FUNCTION (b) in value_of_variable()
793 && SYMBOL_PRINT_NAME (BLOCK_FUNCTION (b))) in value_of_variable()
795 SYMBOL_PRINT_NAME (BLOCK_FUNCTION (b))); in value_of_variable()
Dtracepoint.c1328 if (BLOCK_FUNCTION (block)) in add_local_symbols()
2467 if (BLOCK_FUNCTION (block)) in scope_info()
Dmdebugread.c832 BLOCK_FUNCTION (b) = s; in parse_symbol()
1952 BLOCK_FUNCTION (b) = s; in parse_procedure()
Dsymtab.c1780 if (!BLOCK_FUNCTION (block)) in lookup_block_symbol()
DChangeLog-200313382 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
/openbsd/src/gnu/usr.bin/binutils/gdb/mi/
Dmi-cmd-stack.c320 if (BLOCK_FUNCTION (block)) in list_args_or_locals()