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

  /src/external/gpl3/binutils.old/dist/gas/
gen-sframe.h 104 and last_fre. */
110 struct sframe_row_entry *last_fre; member in struct:sframe_xlate_ctx
gen-sframe.c 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; local
976 last_fre = xlate_ctx->last_fre;
981 if (last_fre)
982 sframe_row_entry_initialize (cur_fre, last_fre);
1044 struct sframe_row_entry *last_fre = xlate_ctx->last_fre; local
1235 struct sframe_row_entry *last_fre = xlate_ctx->last_fre; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/
gen-sframe.h 135 and last_fre. */
141 struct sframe_row_entry *last_fre; member in struct:sframe_xlate_ctx
gen-sframe.c 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; local
1220 last_fre = xlate_ctx->last_fre;
1225 if (last_fre)
1226 sframe_row_entry_initialize (cur_fre, last_fre);
1313 const struct sframe_row_entry *last_fre = xlate_ctx->last_fre; local
    [all...]

Completed in 24 milliseconds