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

/linux-master/arch/sh/kernel/
H A Ddwarf.c300 * dwarf_lookup_cie - locate the cie
306 struct dwarf_cie *cie = NULL; local
316 cie = cached_cie;
327 cie = cie_tmp;
340 return cie;
386 * @cie: the CIE for this function
398 struct dwarf_cie *cie,
420 delta *= cie->code_alignment_factor;
428 offset *= cie->data_alignment_factor;
449 frame->pc += delta * cie
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) argument
578 struct dwarf_cie *cie; local
740 struct dwarf_cie *cie; local
872 struct dwarf_cie *cie; local
997 struct dwarf_cie *cie, *next_cie; local
1133 struct dwarf_cie *cie, *ctmp; local
[all...]
/linux-master/arch/arc/kernel/
H A Dunwind.c230 static signed fde_pointer_type(const u32 *cie);
283 const u32 *cie = cie_for_fde(fde, table); local
286 if (cie == &not_fde)
288 if (cie == NULL || cie == &bad_cie)
290 ptrType = fde_pointer_type(cie);
331 const u32 *cie = __cie_for_fde(fde); local
339 fde_pointer_type(cie));
504 const u32 *cie; local
506 cie
513 const u32 *cie; local
606 fde_pointer_type(const u32 *cie) argument
900 const u32 *fde = NULL, *cie = NULL; local
[all...]
/linux-master/arch/sh/include/asm/
H A Ddwarf.h257 struct dwarf_cie *cie; member in struct:dwarf_fde

Completed in 170 milliseconds