Home | History | Annotate | Download | only in gas

Lines Matching defs:cie_fre

1603   struct sframe_row_entry *cie_fre = xlate_ctx->first_fre;
1611 even at the entry of a function; in which case cie_fre is not yet setup.
1612 Point cie_fre to cur_fre, and let the machinery proceed to update
1614 if (cie_fre == NULL)
1615 cie_fre = cur_fre;
1624 cur_fre->fp_loc = cie_fre->fp_loc;
1625 cur_fre->fp_offset = cie_fre->fp_offset;
1632 cur_fre->ra_loc = cie_fre->ra_loc;
1633 cur_fre->ra_offset = cie_fre->ra_offset;
1634 cur_fre->ra_undefined_p = cie_fre->ra_undefined_p;