Searched refs:fde (Results 1 - 4 of 4) sorted by relevance

/linux-master/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 in struct:eh_frame_hdr_table_entry
250 swap(e1->fde, e2->fde);
259 const u32 *fde; local
277 if (tableSize & (sizeof(*fde) - 1))
280 for (fde = table->address, n = 0;
281 tableSize > sizeof(*fde) && tableSize - sizeof(*fde) >
502 __cie_for_fde(const u32 *fde) argument
511 cie_for_fde(const u32 *fde, const struct unwind_table *table) argument
900 const u32 *fde = NULL, *cie = NULL; local
[all...]
/linux-master/arch/sh/kernel/
H A Ddwarf.c350 struct dwarf_fde *fde = NULL; local
369 fde = fde_tmp;
379 return fde;
387 * @fde: the FDE for this function
399 struct dwarf_fde *fde,
579 struct dwarf_fde *fde; local
634 fde = dwarf_lookup_fde(pc);
635 if (!fde) {
654 cie = dwarf_lookup_cie(fde->cie_pointer);
656 frame->pc = fde
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) argument
871 struct dwarf_fde *fde; local
996 struct dwarf_fde *fde, *next_fde; local
1132 struct dwarf_fde *fde, *ftmp; local
[all...]
/linux-master/fs/hpfs/
H A Ddnode.c12 static loff_t get_pos(struct dnode *d, struct hpfs_dirent *fde) argument
18 if (de == fde) return ((loff_t) le32_to_cpu(d->self) << 4) | (loff_t)i;
/linux-master/fs/ext4/
H A Dnamei.c2238 struct fake_dirent *fde; local
2257 fde = &root->dotdot;
2258 de = (struct ext4_dir_entry_2 *)((char *)fde +
2259 ext4_rec_len_from_disk(fde->rec_len, blocksize));

Completed in 110 milliseconds