Home | History | Annotate | Download | only in gas

Lines Matching defs:last_fre

1085   xlate_ctx->last_fre = NULL;
1142 else if (xlate_ctx->last_fre)
1143 xlate_ctx->last_fre->next = fre;
1145 xlate_ctx->last_fre = fre;
1207 struct sframe_row_entry *last_fre = xlate_ctx->last_fre;
1220 last_fre = xlate_ctx->last_fre;
1225 if (last_fre)
1226 sframe_row_entry_initialize (cur_fre, last_fre);
1230 sframe_fre_set_end_addr (last_fre, cfi_insn->u.ll.lab2);
1231 gas_assert (last_fre->merge_candidate == false);
1313 const struct sframe_row_entry *last_fre = xlate_ctx->last_fre;
1337 if (last_fre)
1338 sframe_fre_set_cfa_offset (cur_fre, sframe_fre_get_cfa_offset (last_fre));
2419 if (xlate_ctx->last_fre)
2421 xlate_ctx->last_fre->pc_end