Searched refs:fde (Results 1 – 4 of 4) sorted by relevance
254 e1->fde = e2->fde; in swap_eh_frame_hdr_table_entries()286 tableSize > sizeof(*fde) && tableSize - sizeof(*fde) >= *fde; in init_unwind_hdr()287 tableSize -= sizeof(*fde) + *fde, fde += 1 + *fde / sizeof(*fde)) { in init_unwind_hdr()307 (const u8 *)(fde + 1) + *fde); in init_unwind_hdr()335 tableSize -= sizeof(*fde) + *fde, fde += 1 + *fde / sizeof(*fde)) { in init_unwind_hdr()345 header->table[n].fde = (unsigned long)fde; in init_unwind_hdr()509 cie = fde + 1 - fde[1] / sizeof(*fde); in __cie_for_fde()518 if (!*fde || (*fde & (sizeof(*fde) - 1))) in cie_for_fde()524 if ((fde[1] & (sizeof(*fde) - 1))) in cie_for_fde()999 (const u8 *)(fde + 1) + *fde, in arc_unwind()[all …]
369 fde = fde_tmp; in dwarf_lookup_fde()379 return fde; in dwarf_lookup_fde()635 if (!fde) { in dwarf_unwind_stack()664 dwarf_cfa_execute_insns(fde->instructions, fde->end, cie, in dwarf_unwind_stack()877 fde = kzalloc(sizeof(*fde), GFP_KERNEL); in dwarf_parse_fde()878 if (!fde) in dwarf_parse_fde()890 fde->cie = cie; in dwarf_parse_fde()916 fde->end = end; in dwarf_parse_fde()929 end = fde->initial_location + fde->address_range; in dwarf_parse_fde()1005 kfree(fde); in dwarf_unwinder_cleanup()[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()
2165 struct fake_dirent *fde; in make_indexed_dir() local2184 fde = &root->dotdot; in make_indexed_dir()2185 de = (struct ext4_dir_entry_2 *)((char *)fde + in make_indexed_dir()2186 ext4_rec_len_from_disk(fde->rec_len, blocksize)); in make_indexed_dir()
Completed in 18 milliseconds