HomeSort by: relevance | last modified time | path
    Searched defs:cie_fre (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils.old/dist/gas/
gen-sframe.c 1283 struct sframe_row_entry *cie_fre = xlate_ctx->first_fre; local
1291 even at the entry of a function; in which case cie_fre is not yet setup.
1292 Point cie_fre to cur_fre, and let the machinery proceed to update
1294 if (cie_fre == NULL)
1295 cie_fre = cur_fre;
1304 cur_fre->bp_loc = cie_fre->bp_loc;
1305 cur_fre->bp_offset = cie_fre->bp_offset;
1312 cur_fre->ra_loc = cie_fre->ra_loc;
1313 cur_fre->ra_offset = cie_fre->ra_offset;
  /src/external/gpl3/binutils/dist/gas/
gen-sframe.c 1603 struct sframe_row_entry *cie_fre = xlate_ctx->first_fre; local
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
    [all...]

Completed in 53 milliseconds