Searched refs:fde (Results 1 – 4 of 4) sorted by relevance
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; member252 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() local281 if (tableSize & (sizeof(*fde) - 1)) in init_unwind_hdr()284 for (fde = table->address, n = 0; in init_unwind_hdr()285 tableSize > sizeof(*fde) && tableSize - sizeof(*fde) >= *fde; in init_unwind_hdr()[all …]
350 struct dwarf_fde *fde = NULL; in dwarf_lookup_fde() local369 fde = fde_tmp; in dwarf_lookup_fde()379 return fde; in dwarf_lookup_fde()399 struct dwarf_fde *fde, in dwarf_cfa_execute_insns() argument579 struct dwarf_fde *fde; in dwarf_unwind_stack() local634 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 …]
12 static loff_t get_pos(struct dnode *d, struct hpfs_dirent *fde) in get_pos() argument18 if (de == fde) return ((loff_t) le32_to_cpu(d->self) << 4) | (loff_t)i; in get_pos()
2050 struct fake_dirent *fde; in make_indexed_dir() local2068 fde = &root->dotdot; in make_indexed_dir()2069 de = (struct ext4_dir_entry_2 *)((char *)fde + in make_indexed_dir()2070 ext4_rec_len_from_disk(fde->rec_len, blocksize)); in make_indexed_dir()