Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/kernel/
Ddwarf.c309 struct dwarf_cie *cie = NULL; in dwarf_lookup_cie() local
319 cie = cached_cie; in dwarf_lookup_cie()
330 cie = cie_tmp; in dwarf_lookup_cie()
343 return cie; in dwarf_lookup_cie()
401 struct dwarf_cie *cie, in dwarf_cfa_execute_insns() argument
423 delta *= cie->code_alignment_factor; in dwarf_cfa_execute_insns()
431 offset *= cie->data_alignment_factor; in dwarf_cfa_execute_insns()
452 frame->pc += delta * cie->code_alignment_factor; in dwarf_cfa_execute_insns()
457 frame->pc += delta * cie->code_alignment_factor; in dwarf_cfa_execute_insns()
462 frame->pc += delta * cie->code_alignment_factor; in dwarf_cfa_execute_insns()
[all …]
/linux-4.4.14/arch/arc/kernel/
Dunwind.c235 static signed fde_pointer_type(const u32 *cie);
293 const u32 *cie = cie_for_fde(fde, table); in init_unwind_hdr() local
296 if (cie == &not_fde) in init_unwind_hdr()
298 if (cie == NULL || cie == &bad_cie) in init_unwind_hdr()
300 ptrType = fde_pointer_type(cie); in init_unwind_hdr()
342 const u32 *cie = (const u32 *)(fde[1]); in init_unwind_hdr() local
350 fde_pointer_type(cie)); in init_unwind_hdr()
509 const u32 *cie; in cie_for_fde() local
522 cie = (u32 *) fde[1]; in cie_for_fde()
524 if (*cie <= sizeof(*cie) + 4 || *cie >= fde[1] - sizeof(*fde) in cie_for_fde()
[all …]
/linux-4.4.14/arch/sh/include/asm/
Ddwarf.h261 struct dwarf_cie *cie; member