Home
last modified time | relevance | path

Searched refs:first_fre (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dgen-sframe.c825 xlate_ctx->first_fre = NULL; in sframe_xlate_ctx_init()
841 fre = xlate_ctx->first_fre; in sframe_xlate_ctx_cleanup()
860 sframe_fde->sframe_fres = xlate_ctx->first_fre; in sframe_xlate_ctx_finalize()
889 if (!xlate_ctx->first_fre) in sframe_xlate_ctx_add_fre()
890 xlate_ctx->first_fre = fre; in sframe_xlate_ctx_add_fre()
1152 struct sframe_row_entry *cie_fre = xlate_ctx->first_fre; in sframe_xlate_do_restore()
H A Dgen-sframe.h106 struct sframe_row_entry *first_fre; member