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

/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dgen-sframe.h101 /* List of FREs in the current FDE translation context, bounded by first_fre
106 struct sframe_row_entry *first_fre; member in struct:sframe_xlate_ctx
H A Dgen-sframe.c825 xlate_ctx->first_fre = NULL;
841 fre = xlate_ctx->first_fre;
860 sframe_fde->sframe_fres = xlate_ctx->first_fre;
889 if (!xlate_ctx->first_fre)
890 xlate_ctx->first_fre = fre;
1152 struct sframe_row_entry *cie_fre = xlate_ctx->first_fre;

Completed in 91 milliseconds