Home
last modified time | relevance | path

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

/linux-6.15/arch/sh/kernel/
H A Ddwarf.c316 cie = cached_cie; in dwarf_lookup_cie()
327 cie = cie_tmp; in dwarf_lookup_cie()
340 return cie; in dwarf_lookup_cie()
660 cie->instructions_end, cie, fde, in dwarf_unwind_stack()
744 cie = kzalloc(sizeof(*cie), GFP_KERNEL); in dwarf_parse_cie()
745 if (!cie) in dwarf_parse_cie()
748 cie->length = len; in dwarf_parse_cie()
890 fde->cie = cie; in dwarf_parse_fde()
892 if (cie->encoding) in dwarf_parse_fde()
1008 kfree(cie); in dwarf_unwinder_cleanup()
[all …]
/linux-6.15/arch/arc/kernel/
H A Dunwind.c288 if (cie == NULL || cie == &bad_cie) in init_unwind_hdr()
508 return cie; in __cie_for_fde()
527 if (*cie <= sizeof(*cie) + 4 || *cie >= fde[1] - sizeof(*fde) in cie_for_fde()
528 || (*cie & (sizeof(*cie) - 1)) in cie_for_fde()
531 return cie; in cie_for_fde()
613 const u8 *end = (const u8 *)(cie + 1) + *cie; in fde_pointer_type()
1012 cie = NULL; in arc_unwind()
1020 end = (const u8 *)(cie + 1) + *cie; in arc_unwind()
1043 cie = NULL; in arc_unwind()
1053 cie = NULL; in arc_unwind()
[all …]
/linux-6.15/arch/sh/include/asm/
H A Ddwarf.h257 struct dwarf_cie *cie; member