Searched refs:cie (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | dwarf.c | 300 * dwarf_lookup_cie - locate the cie 306 struct dwarf_cie *cie = NULL; in dwarf_lookup_cie() local 316 cie = cached_cie; in dwarf_lookup_cie() 327 cie = cie_tmp; in dwarf_lookup_cie() 340 return cie; in dwarf_lookup_cie() 386 * @cie: the CIE for this function 398 struct dwarf_cie *cie, in dwarf_cfa_execute_insns() 420 delta *= cie->code_alignment_factor; in dwarf_cfa_execute_insns() 428 offset *= cie->data_alignment_factor; in dwarf_cfa_execute_insns() 449 frame->pc += delta * cie in dwarf_cfa_execute_insns() 396 dwarf_cfa_execute_insns(unsigned char *insn_start, unsigned char *insn_end, struct dwarf_cie *cie, struct dwarf_fde *fde, struct dwarf_frame *frame, unsigned long pc) dwarf_cfa_execute_insns() argument 578 struct dwarf_cie *cie; dwarf_unwind_stack() local 740 struct dwarf_cie *cie; dwarf_parse_cie() local 872 struct dwarf_cie *cie; dwarf_parse_fde() local 997 struct dwarf_cie *cie, *next_cie; dwarf_unwinder_cleanup() local 1133 struct dwarf_cie *cie, *ctmp; module_dwarf_cleanup() local [all...] |
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | dwarf.c | 300 * dwarf_lookup_cie - locate the cie 306 struct dwarf_cie *cie = NULL; in dwarf_lookup_cie() local 316 cie = cached_cie; in dwarf_lookup_cie() 327 cie = cie_tmp; in dwarf_lookup_cie() 340 return cie; in dwarf_lookup_cie() 386 * @cie: the CIE for this function 398 struct dwarf_cie *cie, in dwarf_cfa_execute_insns() 420 delta *= cie->code_alignment_factor; in dwarf_cfa_execute_insns() 428 offset *= cie->data_alignment_factor; in dwarf_cfa_execute_insns() 449 frame->pc += delta * cie in dwarf_cfa_execute_insns() 396 dwarf_cfa_execute_insns(unsigned char *insn_start, unsigned char *insn_end, struct dwarf_cie *cie, struct dwarf_fde *fde, struct dwarf_frame *frame, unsigned long pc) dwarf_cfa_execute_insns() argument 578 struct dwarf_cie *cie; dwarf_unwind_stack() local 740 struct dwarf_cie *cie; dwarf_parse_cie() local 872 struct dwarf_cie *cie; dwarf_parse_fde() local 997 struct dwarf_cie *cie, *next_cie; dwarf_unwinder_cleanup() local 1133 struct dwarf_cie *cie, *ctmp; module_dwarf_cleanup() local [all...] |
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | unwind.c | 229 static signed fde_pointer_type(const u32 *cie); 287 const u32 *cie = cie_for_fde(fde, table); in init_unwind_hdr() local 290 if (cie == ¬_fde) in init_unwind_hdr() 292 if (cie == NULL || cie == &bad_cie) in init_unwind_hdr() 294 ptrType = fde_pointer_type(cie); in init_unwind_hdr() 335 const u32 *cie = __cie_for_fde(fde); in init_unwind_hdr() local 343 fde_pointer_type(cie)); in init_unwind_hdr() 506 const u32 *cie; in __cie_for_fde() local 508 cie in __cie_for_fde() 515 const u32 *cie; cie_for_fde() local 608 fde_pointer_type(const u32 *cie) fde_pointer_type() argument 902 const u32 *fde = NULL, *cie = NULL; arc_unwind() local [all...] |
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | unwind.c | 230 static signed fde_pointer_type(const u32 *cie); 283 const u32 *cie = cie_for_fde(fde, table); in init_unwind_hdr() local 286 if (cie == ¬_fde) in init_unwind_hdr() 288 if (cie == NULL || cie == &bad_cie) in init_unwind_hdr() 290 ptrType = fde_pointer_type(cie); in init_unwind_hdr() 331 const u32 *cie = __cie_for_fde(fde); in init_unwind_hdr() local 339 fde_pointer_type(cie)); in init_unwind_hdr() 504 const u32 *cie; in __cie_for_fde() local 506 cie in __cie_for_fde() 513 const u32 *cie; cie_for_fde() local 606 fde_pointer_type(const u32 *cie) fde_pointer_type() argument 900 const u32 *fde = NULL, *cie = NULL; arc_unwind() local [all...] |
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | dwarf.h | 257 struct dwarf_cie *cie; member
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | dwarf.h | 257 struct dwarf_cie *cie; member
|
Completed in 7 milliseconds