Home
last modified time | relevance | path

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

/openbmc/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 swap(e1->fde, e2->fde); in swap_eh_frame_hdr_table_entries()
259 const u32 *fde; in init_unwind_hdr() local
277 if (tableSize & (sizeof(*fde) - 1)) in init_unwind_hdr()
280 for (fde = table->address, n = 0; in init_unwind_hdr()
281 tableSize > sizeof(*fde) && tableSize - sizeof(*fde) >= *fde; in init_unwind_hdr()
282 tableSize -= sizeof(*fde) + *fde, fde += 1 + *fde / sizeof(*fde)) { in init_unwind_hdr()
283 const u32 *cie = cie_for_fde(fde, table); in init_unwind_hdr()
[all …]
/openbmc/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 …]
/openbmc/linux/fs/ext4/
H A Dnamei.c2226 struct fake_dirent *fde; in ext4_check_dx_root() local
2232 fde = &root->dot; in ext4_check_dx_root()
2233 if (unlikely(fde->name_len != 1)) { in ext4_check_dx_root()
2237 if (unlikely(strncmp(root->dot_name, ".", fde->name_len))) { in ext4_check_dx_root()
2241 rlen = ext4_rec_len_from_disk(fde->rec_len, blocksize); in ext4_check_dx_root()
2242 if (unlikely((char *)fde + rlen >= blockend)) { in ext4_check_dx_root()
2247 fde = &root->dotdot; in ext4_check_dx_root()
2248 if (unlikely(fde->name_len != 2)) { in ext4_check_dx_root()
2252 if (unlikely(strncmp(root->dotdot_name, "..", fde->name_len))) { in ext4_check_dx_root()
2256 rlen = ext4_rec_len_from_disk(fde->rec_len, blocksize); in ext4_check_dx_root()
[all …]
/openbmc/qemu/hw/net/can/
H A Dctu_can_fd_regs.h132 uint32_t fde : 1; member
157 uint32_t fde : 1;
H A Dctucan_core.c220 s->mode_settings.s.fde = 1; in ctucan_hardware_reset()
/openbmc/linux/fs/hpfs/
H A Ddnode.c12 static loff_t get_pos(struct dnode *d, struct hpfs_dirent *fde) in get_pos() argument
18 if (de == fde) return ((loff_t) le32_to_cpu(d->self) << 4) | (loff_t)i; in get_pos()
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc1690 .h.fde.len = sizeof(DebugFrame) - offsetof(DebugFrame, h.fde.cie_offset),
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc4428 DebugFrameFDEHeader fde;
4451 .fde.len = sizeof(DebugFrame) - offsetof(DebugFrame, fde.cie_offset),
4474 debug_frame.fde.func_start = (uintptr_t)buf;
4475 debug_frame.fde.func_len = buf_size;
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc4491 .h.fde.len = sizeof(DebugFrame) - offsetof(DebugFrame, h.fde.cie_offset),
4520 .h.fde.len = sizeof(DebugFrame) - offsetof(DebugFrame, h.fde.cie_offset),
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc2528 .h.fde.len = sizeof(DebugFrame) - offsetof(DebugFrame, h.fde.cie_offset),
/openbmc/qemu/tcg/
H A Dtcg.c90 DebugFrameFDEHeader fde; member
6521 dfh->fde.func_start = buf; in tcg_register_jit_int()
6522 dfh->fde.func_len = buf_size; in tcg_register_jit_int()
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc2644 .h.fde.len = sizeof(DebugFrame) - offsetof(DebugFrame, h.fde.cie_offset),
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc3031 .h.fde.len = sizeof(DebugFrame) - offsetof(DebugFrame, h.fde.cie_offset),
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc2969 .h.fde.len = sizeof(DebugFrame) - offsetof(DebugFrame, h.fde.cie_offset),
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc3307 .h.fde.len = sizeof(DebugFrame) - offsetof(DebugFrame, h.fde.cie_offset),
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc3626 .h.fde.len = sizeof(DebugFrame) - offsetof(DebugFrame, h.fde.cie_offset),