Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/
H A Ddwarf.c306 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()
398 struct dwarf_cie *cie, in dwarf_cfa_execute_insns() argument
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->code_alignment_factor; in dwarf_cfa_execute_insns()
454 frame->pc += delta * cie->code_alignment_factor; in dwarf_cfa_execute_insns()
459 frame->pc += delta * cie->code_alignment_factor; in dwarf_cfa_execute_insns()
[all …]
/linux/arch/arc/kernel/
H A Dunwind.c230 static signed fde_pointer_type(const u32 *cie);
274 const u32 *cie = cie_for_fde(fde, table); in init_unwind_hdr() local
277 if (cie == &not_fde) in init_unwind_hdr()
279 if (cie == NULL || cie == &bad_cie) in init_unwind_hdr()
281 ptrType = fde_pointer_type(cie); in init_unwind_hdr()
322 const u32 *cie = __cie_for_fde(fde); in init_unwind_hdr() local
330 fde_pointer_type(cie)); in init_unwind_hdr()
495 const u32 *cie; in __cie_for_fde() local
497 cie = fde + 1 - fde[1] / sizeof(*fde); in __cie_for_fde()
499 return cie; in __cie_for_fde()
[all …]
/linux/arch/sh/include/asm/
H A Ddwarf.h257 struct dwarf_cie *cie; member