Home | History | Annotate | Download | only in gas

Lines Matching defs:last_fre

868   xlate_ctx->last_fre = NULL;
907 else if (xlate_ctx->last_fre)
908 xlate_ctx->last_fre->next = fre;
910 xlate_ctx->last_fre = fre;
963 struct sframe_row_entry *last_fre = xlate_ctx->last_fre;
976 last_fre = xlate_ctx->last_fre;
981 if (last_fre)
982 sframe_row_entry_initialize (cur_fre, last_fre);
986 sframe_fre_set_end_addr (last_fre, cfi_insn->u.ll.lab2);
987 gas_assert (last_fre->merge_candidate == false);
1044 struct sframe_row_entry *last_fre = xlate_ctx->last_fre;
1061 if (last_fre)
1062 sframe_fre_set_cfa_offset (cur_fre, sframe_fre_get_cfa_offset (last_fre));
1235 struct sframe_row_entry *last_fre = xlate_ctx->last_fre;
1240 if (!last_fre)
1249 sframe_row_entry_initialize (xlate_ctx->remember_fre, last_fre);
1842 if (xlate_ctx->last_fre)
1844 xlate_ctx->last_fre->pc_end