Home
last modified time | relevance | path

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

/arch/arm/kernel/
Dunwind.c68 struct unwind_ctrl_block { struct
223 static unsigned long unwind_get_byte(struct unwind_ctrl_block *ctrl) in unwind_get_byte()
245 static int unwind_pop_register(struct unwind_ctrl_block *ctrl, in unwind_pop_register()
257 static int unwind_exec_pop_subset_r4_to_r13(struct unwind_ctrl_block *ctrl, in unwind_exec_pop_subset_r4_to_r13()
277 static int unwind_exec_pop_r4_to_rN(struct unwind_ctrl_block *ctrl, in unwind_exec_pop_r4_to_rN()
297 static int unwind_exec_pop_subset_r0_to_r3(struct unwind_ctrl_block *ctrl, in unwind_exec_pop_subset_r0_to_r3()
319 static int unwind_exec_insn(struct unwind_ctrl_block *ctrl) in unwind_exec_insn()
392 struct unwind_ctrl_block ctrl; in unwind_frame()