/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | unwind.c | 227 static const u32 *cie_for_fde(const u32 *fde, const struct unwind_table *); 228 static const u32 *__cie_for_fde(const u32 *fde); 232 unsigned long start, fde; member 252 v = e1->fde; in swap_eh_frame_hdr_table_entries() 253 e1->fde = e2->fde; in swap_eh_frame_hdr_table_entries() 254 e2->fde = v; in swap_eh_frame_hdr_table_entries() 263 const u32 *fde; in init_unwind_hdr() local 281 if (tableSize & (sizeof(*fde) - 1)) in init_unwind_hdr() 284 for (fde in init_unwind_hdr() 504 __cie_for_fde(const u32 *fde) __cie_for_fde() argument 513 cie_for_fde(const u32 *fde, const struct unwind_table *table) cie_for_fde() argument 902 const u32 *fde = NULL, *cie = NULL; arc_unwind() local [all...] |
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | unwind.c | 228 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) > in init_unwind_hdr() 502 __cie_for_fde(const u32 *fde) __cie_for_fde() argument 511 cie_for_fde(const u32 *fde, const struct unwind_table *table) cie_for_fde() argument 900 const u32 *fde = NULL, *cie = NULL; arc_unwind() local [all...] |
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | dwarf.c | 350 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() 387 * @fde: the FDE for this function 399 struct dwarf_fde *fde, in dwarf_cfa_execute_insns() 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 in dwarf_unwind_stack() 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) dwarf_cfa_execute_insns() argument 871 struct dwarf_fde *fde; dwarf_parse_fde() local 996 struct dwarf_fde *fde, *next_fde; dwarf_unwinder_cleanup() local 1132 struct dwarf_fde *fde, *ftmp; module_dwarf_cleanup() local [all...] |
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | dwarf.c | 350 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() 387 * @fde: the FDE for this function 399 struct dwarf_fde *fde, in dwarf_cfa_execute_insns() 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 in dwarf_unwind_stack() 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) dwarf_cfa_execute_insns() argument 871 struct dwarf_fde *fde; dwarf_parse_fde() local 996 struct dwarf_fde *fde, *next_fde; dwarf_unwinder_cleanup() local 1132 struct dwarf_fde *fde, *ftmp; module_dwarf_cleanup() local [all...] |
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | namei.c | 2111 struct fake_dirent *fde; in ext4_check_dx_root() local 2117 fde = &root->dot; in ext4_check_dx_root() 2118 if (unlikely(fde->name_len != 1)) { in ext4_check_dx_root() 2122 if (unlikely(strncmp(root->dot_name, ".", fde->name_len))) { in ext4_check_dx_root() 2126 rlen = ext4_rec_len_from_disk(fde->rec_len, blocksize); in ext4_check_dx_root() 2127 if (unlikely((char *)fde + rlen >= blockend)) { in ext4_check_dx_root() 2132 fde = &root->dotdot; in ext4_check_dx_root() 2133 if (unlikely(fde->name_len != 2)) { in ext4_check_dx_root() 2137 if (unlikely(strncmp(root->dotdot_name, "..", fde->name_len))) { in ext4_check_dx_root() 2141 rlen = ext4_rec_len_from_disk(fde in ext4_check_dx_root() 2173 struct fake_dirent *fde; make_indexed_dir() local [all...] |
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | dnode.c | 12 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()
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | dnode.c | 12 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()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | namei.c | 2239 struct fake_dirent *fde; in make_indexed_dir() local 2258 fde = &root->dotdot; in make_indexed_dir() 2259 de = (struct ext4_dir_entry_2 *)((char *)fde + in make_indexed_dir() 2260 ext4_rec_len_from_disk(fde->rec_len, blocksize)); in make_indexed_dir()
|