Searched refs:fde_table (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dunwind-dw2-fde-glibc.c335 struct fde_table { struct
339 const struct fde_table *table = (const struct fde_table *) p;
H A Ddwarf2out.c302 static GTY((length ("fde_table_allocated"))) dw_fde_ref fde_table; variable
304 /* Number of elements currently allocated for fde_table. */
307 /* Number of elements in fde_table currently in use. */
311 fde_table. */
623 dw_fde_ref fde = &fde_table[fde_table_in_use - 1];
706 dw_fde_ref fde = &fde_table[fde_table_in_use - 1];
2202 if ((fde_table[i].nothrow || fde_table[i].all_throwers_are_sibcalls)
2203 && !fde_table[i].uses_eh_lsda
2204 && ! DECL_WEAK (fde_table[
[all...]

Completed in 94 milliseconds