Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sh/include/asm/
Ddwarf.h276 struct dwarf_frame { struct
277 struct dwarf_frame *prev, *next; argument
378 extern struct dwarf_frame *dwarf_unwind_stack(unsigned long,
379 struct dwarf_frame *);
380 extern void dwarf_free_frame(struct dwarf_frame *);
/linux-4.1.27/arch/sh/kernel/
Dreturn_address.c19 struct dwarf_frame *frame; in return_address()
24 struct dwarf_frame *tmp; in return_address()
Ddwarf.c65 static struct dwarf_reg *dwarf_frame_alloc_reg(struct dwarf_frame *frame, in dwarf_frame_alloc_reg()
89 static void dwarf_frame_free_regs(struct dwarf_frame *frame) in dwarf_frame_free_regs()
107 static struct dwarf_reg *dwarf_frame_reg(struct dwarf_frame *frame, in dwarf_frame_reg()
403 struct dwarf_frame *frame, in dwarf_cfa_execute_insns()
559 void dwarf_free_frame(struct dwarf_frame *frame) in dwarf_free_frame()
577 struct dwarf_frame *dwarf_unwind_stack(unsigned long pc, in dwarf_unwind_stack()
578 struct dwarf_frame *prev) in dwarf_unwind_stack()
580 struct dwarf_frame *frame; in dwarf_unwind_stack()
965 struct dwarf_frame *frame, *_frame; in dwarf_unwinder_dump()
1176 sizeof(struct dwarf_frame), 0, in dwarf_unwinder_init()