Searched refs:all_fde_data (Results 1 – 4 of 4) sorted by relevance
289 struct fde_entry *all_fde_data; variable290 static struct fde_entry **last_fde_data = &all_fde_data;1853 if (all_fde_data == 0) in cfi_finish()1888 for (fde = all_fde_data; fde ; fde = fde->next) in cfi_finish()1931 for (fde = all_fde_data; fde ; fde = fde->next) in cfi_finish()1958 for (fde = all_fde_data; fde ; fde = fde->next) in cfi_finish()1996 for (fde = all_fde_data; fde ; fde = fde->next) in cfi_finish()
122 extern struct fde_entry *all_fde_data;
595 * dw2gencfi.c (all_fde_data): Export.596 * dw2gencfi.h (all_fde_data): Declare.
4051 if (all_fde_data != NULL) in alpha_elf_md_end()