Searched refs:in_module_plt (Results 1 – 3 of 3) sorted by relevance
41 bool in_module_plt(unsigned long loc);43 static inline bool in_module_plt(unsigned long loc) { return false; } in in_module_plt() function
283 bool in_module_plt(unsigned long loc) in in_module_plt() function
423 if (in_module_plt(frame->pc) && frame->pc != frame->lr) { in unwind_frame()