These unwinder functions are exported by "EXPORT_SYMBOL_GPL".+unsigned long unwind_get_return_address(struct unwind_state *state)This judgment can be removed, because unwind_done() has been judged
+{
+ if (unwind_done(state))
+ return 0;
before entering this function, and unwind_get_return_address will not
be called if it is true.