HomeSort by: relevance | last modified time | path
    Searched refs:cur_fre (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
gen-sframe.c 1086 xlate_ctx->cur_fre = NULL;
1099 XDELETE (xlate_ctx->cur_fre);
1100 xlate_ctx->cur_fre = NULL;
1119 /* Get the current CFA base register from the scratchpad FRE (cur_fre).
1125 gas_assert (xlate_ctx && xlate_ctx->cur_fre);
1127 return xlate_ctx->cur_fre->cfa_base_reg;
1161 sframe_row_entry_initialize (struct sframe_row_entry *cur_fre,
1165 cur_fre->cfa_base_reg = prev_fre->cfa_base_reg;
1166 cur_fre->cfa_offset = prev_fre->cfa_offset;
1167 cur_fre->cfa_deref_p = prev_fre->cfa_deref_p
1211 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1255 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1315 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1356 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1399 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1508 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1555 const struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1583 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1607 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1647 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1803 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1906 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
2056 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
2188 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
2237 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
    [all...]
gen-sframe.h 144 struct sframe_row_entry *cur_fre; member in struct:sframe_xlate_ctx
  /src/external/gpl3/binutils.old/dist/gas/
gen-sframe.c 869 xlate_ctx->cur_fre = NULL;
881 XDELETE (xlate_ctx->cur_fre);
926 sframe_row_entry_initialize (struct sframe_row_entry *cur_fre,
930 cur_fre->cfa_base_reg = prev_fre->cfa_base_reg;
931 cur_fre->cfa_offset = prev_fre->cfa_offset;
932 cur_fre->bp_loc = prev_fre->bp_loc;
933 cur_fre->bp_offset = prev_fre->bp_offset;
934 cur_fre->ra_loc = prev_fre->ra_loc;
935 cur_fre->ra_offset = prev_fre->ra_offset;
938 cur_fre->mangled_ra_p = prev_fre->mangled_ra_p
967 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1011 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1046 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1079 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1113 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1180 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1263 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1287 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1326 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
1661 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; local
    [all...]
gen-sframe.h 113 struct sframe_row_entry *cur_fre; member in struct:sframe_xlate_ctx
  /src/external/gpl3/binutils.old/dist/libsframe/
sframe.c 1166 sframe_frame_row_entry cur_fre; local
1191 err = sframe_decode_fre (fres, &cur_fre, fre_type, &size);
1195 start_ip_offset = cur_fre.fre_start_addr;
1206 sframe_frame_row_entry_copy (frep, &cur_fre);
  /src/external/gpl3/gdb/dist/libsframe/
sframe.c 1113 sframe_frame_row_entry cur_fre; local
1141 err = sframe_decode_fre (fres, &cur_fre, fre_type, &size);
1145 start_ip_offset = cur_fre.fre_start_addr;
1154 sframe_frame_row_entry_copy (frep, &cur_fre);
  /src/external/gpl3/gdb.old/dist/libsframe/
sframe.c 1113 sframe_frame_row_entry cur_fre; local
1141 err = sframe_decode_fre (fres, &cur_fre, fre_type, &size);
1145 start_ip_offset = cur_fre.fre_start_addr;
1154 sframe_frame_row_entry_copy (frep, &cur_fre);
  /src/external/gpl3/binutils/dist/libsframe/
sframe.c 1695 sframe_frame_row_entry cur_fre; local
1724 err = sframe_decode_fre (fres, &cur_fre, fre_type, &size);
1728 start_ip_offset = cur_fre.fre_start_addr;
1739 sframe_frame_row_entry_copy (frep, &cur_fre);

Completed in 38 milliseconds