Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dstack.c1758 struct symbol *thisfun; in return_command() local
1768 thisfun = get_frame_function (get_selected_frame ()); in return_command()
1784 if (thisfun != NULL) in return_command()
1785 return_type = TYPE_TARGET_TYPE (SYMBOL_TYPE (thisfun)); in return_command()
1834 if (thisfun == NULL) in return_command()
1839 SYMBOL_PRINT_NAME (thisfun)); in return_command()