Home
last modified time | relevance | path

Searched refs:fde (Results 1 – 2 of 2) sorted by relevance

/linux/arch/sh/kernel/
H A Ddwarf.c350 struct dwarf_fde *fde = NULL; in dwarf_lookup_fde() local
369 fde = fde_tmp; in dwarf_lookup_fde()
379 return fde; in dwarf_lookup_fde()
399 struct dwarf_fde *fde, in dwarf_cfa_execute_insns() argument
579 struct dwarf_fde *fde; in dwarf_unwind_stack() local
634 fde = dwarf_lookup_fde(pc); in dwarf_unwind_stack()
635 if (!fde) { in dwarf_unwind_stack()
654 cie = dwarf_lookup_cie(fde->cie_pointer); in dwarf_unwind_stack()
656 frame->pc = fde->initial_location; in dwarf_unwind_stack()
660 cie->instructions_end, cie, fde, in dwarf_unwind_stack()
[all …]
/linux/arch/arc/kernel/
H A Dunwind.c228 static const u32 *cie_for_fde(const u32 *fde, const struct unwind_table *);
229 static const u32 *__cie_for_fde(const u32 *fde);
233 unsigned long start, fde; member
250 const u32 *fde; in init_unwind_hdr() local
268 if (tableSize & (sizeof(*fde) - 1)) in init_unwind_hdr()
271 for (fde = table->address, n = 0; in init_unwind_hdr()
272 tableSize > sizeof(*fde) && tableSize - sizeof(*fde) >= *fde; in init_unwind_hdr()
273 tableSize -= sizeof(*fde) + *fde, fde += 1 + *fde / sizeof(*fde)) { in init_unwind_hdr()
274 const u32 *cie = cie_for_fde(fde, table); in init_unwind_hdr()
285 ptr = (const u8 *)(fde + 2); in init_unwind_hdr()
[all …]