Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arc/kernel/
Dunwind.c215 static const u32 *cie_for_fde(const u32 *fde, const struct unwind_table *);
219 unsigned long start, fde; member
239 v = e1->fde; in swap_eh_frame_hdr_table_entries()
240 e1->fde = e2->fde; in swap_eh_frame_hdr_table_entries()
241 e2->fde = v; in swap_eh_frame_hdr_table_entries()
250 const u32 *fde; in setup_unwind_table() local
268 if (tableSize & (sizeof(*fde) - 1)) in setup_unwind_table()
271 for (fde = table->address, n = 0; in setup_unwind_table()
272 tableSize > sizeof(*fde) && tableSize - sizeof(*fde) >= *fde; in setup_unwind_table()
273 tableSize -= sizeof(*fde) + *fde, fde += 1 + *fde / sizeof(*fde)) { in setup_unwind_table()
[all …]
/linux-4.1.27/arch/sh/kernel/
Ddwarf.c353 struct dwarf_fde *fde = NULL; in dwarf_lookup_fde() local
372 fde = fde_tmp; in dwarf_lookup_fde()
382 return fde; in dwarf_lookup_fde()
402 struct dwarf_fde *fde, in dwarf_cfa_execute_insns() argument
582 struct dwarf_fde *fde; in dwarf_unwind_stack() local
636 fde = dwarf_lookup_fde(pc); in dwarf_unwind_stack()
637 if (!fde) { in dwarf_unwind_stack()
656 cie = dwarf_lookup_cie(fde->cie_pointer); in dwarf_unwind_stack()
658 frame->pc = fde->initial_location; in dwarf_unwind_stack()
662 cie->instructions_end, cie, fde, in dwarf_unwind_stack()
[all …]
/linux-4.1.27/fs/ext3/
Dnamei.c1347 struct fake_dirent *fde; in make_indexed_dir() local
1360 fde = &root->dotdot; in make_indexed_dir()
1361 de = (struct ext3_dir_entry_2 *)((char *)fde + in make_indexed_dir()
1362 ext3_rec_len_from_disk(fde->rec_len)); in make_indexed_dir()
/linux-4.1.27/fs/hpfs/
Ddnode.c11 static loff_t get_pos(struct dnode *d, struct hpfs_dirent *fde) in get_pos() argument
17 if (de == fde) return ((loff_t) le32_to_cpu(d->self) << 4) | (loff_t)i; in get_pos()
/linux-4.1.27/fs/ext4/
Dnamei.c2011 struct fake_dirent *fde; in make_indexed_dir() local
2035 fde = &root->dotdot; in make_indexed_dir()
2036 de = (struct ext4_dir_entry_2 *)((char *)fde + in make_indexed_dir()
2037 ext4_rec_len_from_disk(fde->rec_len, blocksize)); in make_indexed_dir()