Searched refs:all_fde_data (Results 1 – 1 of 1) sorted by relevance
113 static struct fde_entry *all_fde_data; variable114 static struct fde_entry **last_fde_data = &all_fde_data;1318 if (all_fde_data == 0) in cfi_finish()1332 for (fde = all_fde_data; fde ; fde = fde->next) in cfi_finish()