Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/binutils/
Ddebug.c49 struct debug_function *current_function; member
706 info->current_function = NULL; in debug_set_filename()
800 info->current_function = f; in debug_record_function()
833 || info->current_function == NULL) in debug_record_parameter()
847 for (pp = &info->current_function->parameters; in debug_record_parameter()
865 || info->current_function == NULL) in debug_end_function()
879 info->current_function = NULL; in debug_end_function()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dada-lang.c4250 struct symbol *current_function; in remove_out_of_scope_renamings() local
4260 current_function = block_function (current_block); in remove_out_of_scope_renamings()
4261 if (current_function == NULL) in remove_out_of_scope_renamings()
4264 current_function_name = SYMBOL_LINKAGE_NAME (current_function); in remove_out_of_scope_renamings()