Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A 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()
H A Dblock.h116 #define BLOCK_FUNCTION(bl) (bl)->function macro
H A 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()
H A 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()
H A Dbuildsym.c260 BLOCK_FUNCTION (block) = symbol; in finish_block()
354 BLOCK_FUNCTION (block) = NULL; in finish_block()
H A Dstack.c1364 if (BLOCK_FUNCTION (block)) in print_frame_local_vars()
1434 if (BLOCK_FUNCTION (block)) in print_frame_label_vars()
H A 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()
H A Dtracepoint.c1328 if (BLOCK_FUNCTION (block)) in add_local_symbols()
2467 if (BLOCK_FUNCTION (block)) in scope_info()
H A Dmdebugread.c832 BLOCK_FUNCTION (b) = s; in parse_symbol()
1952 BLOCK_FUNCTION (b) = s; in parse_procedure()
H A Dsymtab.c1780 if (!BLOCK_FUNCTION (block)) in lookup_block_symbol()
H A DChangeLog-200313382 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
/openbsd/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-cmd-stack.c320 if (BLOCK_FUNCTION (block)) in list_args_or_locals()