Lines Matching refs:first
284 struct cfi_insn_data *first, *last; member
1521 if (cie->first) in output_cie()
1523 for (i = cie->first; i != cie->last; i = i->next) in output_cie()
1537 bfd_boolean eh_frame, struct cfi_insn_data *first, in output_fde() argument
1635 for (; first; first = first->next) in output_fde()
1636 if (CUR_SEG (first) == CUR_SEG (fde)) in output_fde()
1637 output_cfi_insn (first); in output_fde()
1680 for (i = cie->first, j = fde->data; in select_cie_for_fde()
1758 cie->first = fde->data; in select_cie_for_fde()
1760 for (i = cie->first; i ; i = i->next) in select_cie_for_fde()
1850 struct cfi_insn_data *first; in cfi_finish() local
1923 cie = select_cie_for_fde (fde, TRUE, &first, 2); in cfi_finish()
1924 output_fde (fde, cie, TRUE, first, in cfi_finish()
1989 cie = select_cie_for_fde (fde, FALSE, &first, alignment); in cfi_finish()
1990 output_fde (fde, cie, FALSE, first, alignment); in cfi_finish()