Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/kernel/
H A Dunwind.c55 struct unwind_ctrl_block { struct
211 static unsigned long unwind_get_byte(struct unwind_ctrl_block *ctrl) in unwind_get_byte()
233 static int unwind_pop_register(struct unwind_ctrl_block *ctrl, in unwind_pop_register()
251 static int unwind_exec_pop_subset_r4_to_r13(struct unwind_ctrl_block *ctrl, in unwind_exec_pop_subset_r4_to_r13()
272 static int unwind_exec_pop_r4_to_rN(struct unwind_ctrl_block *ctrl, in unwind_exec_pop_r4_to_rN()
292 static int unwind_exec_pop_subset_r0_to_r3(struct unwind_ctrl_block *ctrl, in unwind_exec_pop_subset_r0_to_r3()
311 static unsigned long unwind_decode_uleb128(struct unwind_ctrl_block *ctrl) in unwind_decode_uleb128()
337 static int unwind_exec_insn(struct unwind_ctrl_block *ctrl) in unwind_exec_insn()
409 struct unwind_ctrl_block ctrl; in unwind_frame()