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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dreturn_address.c19 struct dwarf_frame *frame;
24 struct dwarf_frame *tmp;
H A Ddwarf.c65 static struct dwarf_reg *dwarf_frame_alloc_reg(struct dwarf_frame *frame,
89 static void dwarf_frame_free_regs(struct dwarf_frame *frame)
107 static struct dwarf_reg *dwarf_frame_reg(struct dwarf_frame *frame,
403 struct dwarf_frame *frame,
559 void dwarf_free_frame(struct dwarf_frame *frame)
571 * @prev: struct dwarf_frame of the previous stackframe on the callstack
573 * Return a struct dwarf_frame representing the most recent frame
577 struct dwarf_frame *dwarf_unwind_stack(unsigned long pc,
578 struct dwarf_frame *prev)
580 struct dwarf_frame *fram
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Ddwarf.h274 * dwarf_frame - DWARF information for a frame in the call stack
276 struct dwarf_frame { struct
277 struct dwarf_frame *prev, *next;
378 extern struct dwarf_frame *dwarf_unwind_stack(unsigned long,
379 struct dwarf_frame *);
380 extern void dwarf_free_frame(struct dwarf_frame *);

Completed in 39 milliseconds