Home
last modified time | relevance | path

Searched refs:all_fde_data (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Ddw2gencfi.c289 struct fde_entry *all_fde_data; variable
290 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()
Ddw2gencfi.h122 extern struct fde_entry *all_fde_data;
DChangeLog-2011595 * dw2gencfi.c (all_fde_data): Export.
596 * dw2gencfi.h (all_fde_data): Declare.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-alpha.c4051 if (all_fde_data != NULL) in alpha_elf_md_end()