Home
last modified time | relevance | path

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

/linux/arch/sh/include/asm/ !
H A Ddwarf.h270 * dwarf_frame - DWARF information for a frame in the call stack
272 struct dwarf_frame { struct
273 struct dwarf_frame *prev, *next; argument
374 extern struct dwarf_frame *dwarf_unwind_stack(unsigned long,
375 struct dwarf_frame *);
376 extern void dwarf_free_frame(struct dwarf_frame *);
275 pcdwarf_frame global() argument
277 reg_listdwarf_frame global() argument
279 cfadwarf_frame global() argument
282 cfa_registerdwarf_frame global() argument
283 cfa_offsetdwarf_frame global() argument
286 cfa_exprdwarf_frame global() argument
287 cfa_expr_lendwarf_frame global() argument
289 flagsdwarf_frame global() argument
293 return_addrdwarf_frame global() argument
/linux/arch/sh/kernel/ !
H A Dreturn_address.c18 struct dwarf_frame *frame; in return_address()
23 struct dwarf_frame *tmp; in return_address()
H A Ddwarf.c62 static struct dwarf_reg *dwarf_frame_alloc_reg(struct dwarf_frame *frame, in dwarf_frame_alloc_reg()
86 static void dwarf_frame_free_regs(struct dwarf_frame *frame) in dwarf_frame_free_regs()
104 static struct dwarf_reg *dwarf_frame_reg(struct dwarf_frame *frame, in dwarf_frame_reg()
400 struct dwarf_frame *frame, in dwarf_cfa_execute_insns()
556 void dwarf_free_frame(struct dwarf_frame *frame) in dwarf_free_frame()
568 * @prev: struct dwarf_frame of the previous stackframe on the callstack
570 * Return a struct dwarf_frame representing the most recent frame
574 struct dwarf_frame *dwarf_unwind_stack(unsigned long pc, in dwarf_unwind_stack()
575 struct dwarf_frame *prev) in dwarf_unwind_stack()
577 struct dwarf_frame *fram in dwarf_unwind_stack()
[all...]