Searched refs:frame_record (Results 1 – 1 of 1) sorted by relevance
34 struct frame_record { struct36 struct frame_record *parent; argument156 static bool is_valid_frame_record(struct frame_record *fr) in is_valid_frame_record()158 return is_valid_object((uintptr_t)fr, sizeof(struct frame_record)); in is_valid_frame_record()165 static struct frame_record *adjust_frame_record(struct frame_record *fr) in adjust_frame_record()170 return (struct frame_record *)((uintptr_t)fr - 4U); in adjust_frame_record()174 static void unwind_stack(struct frame_record *fr, uintptr_t current_pc, in unwind_stack()254 struct frame_record *fr = __builtin_frame_address(0U); in backtrace()