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

  /src/external/gpl3/binutils.old/dist/gas/
gen-sframe.c 333 get_fre_base_reg_id (struct sframe_row_entry *sframe_fre)
335 unsigned int cfi_insn_cfa_base_reg = sframe_fre->cfa_base_reg;
351 get_fre_num_offsets (struct sframe_row_entry *sframe_fre)
356 if (sframe_fre->bp_loc == SFRAME_FRE_ELEM_LOC_STACK)
359 && (sframe_fre->ra_loc == SFRAME_FRE_ELEM_LOC_STACK
362 && sframe_fre->bp_loc == SFRAME_FRE_ELEM_LOC_STACK)))
371 sframe_get_fre_offset_size (struct sframe_row_entry *sframe_fre)
381 cfa_offset_size = get_offset_size_in_bytes (sframe_fre->cfa_offset);
382 if (sframe_fre->bp_loc == SFRAME_FRE_ELEM_LOC_STACK)
383 bp_offset_size = get_offset_size_in_bytes (sframe_fre->bp_offset)
696 struct sframe_row_entry *sframe_fre; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/
gen-sframe.c 374 get_fre_base_reg_id (const struct sframe_row_entry *sframe_fre)
376 unsigned int cfi_insn_cfa_base_reg = sframe_fre->cfa_base_reg;
392 get_fre_dataword_count (const struct sframe_row_entry *sframe_fre, bool flex_p)
405 if (sframe_fre->ra_loc != SFRAME_FRE_ELEM_LOC_NONE)
407 else if (sframe_fre->fp_loc != SFRAME_FRE_ELEM_LOC_NONE)
411 && (sframe_fre->ra_loc != SFRAME_FRE_ELEM_LOC_NONE
415 && sframe_fre->fp_loc != SFRAME_FRE_ELEM_LOC_NONE)))
418 if (sframe_fre->fp_loc != SFRAME_FRE_ELEM_LOC_NONE)
428 sframe_get_fre_dataword_size (const struct sframe_row_entry *sframe_fre,
439 cfa_offset_size = get_offset_size_in_bytes (sframe_fre->cfa_offset)
911 struct sframe_row_entry *sframe_fre; local
    [all...]

Completed in 25 milliseconds