Home | History | Annotate | Download | only in gas

Lines Matching defs:dw_fde

92 get_dw_fde_start_addrS (const struct fde_entry *dw_fde)
94 return dw_fde->start_address;
100 get_dw_fde_end_addrS (const struct fde_entry *dw_fde)
102 return dw_fde->end_address;
107 get_dw_fde_pauth_b_key_p (const struct fde_entry *dw_fde ATTRIBUTE_UNUSED)
110 return (dw_fde->pauth_key == AARCH64_PAUTH_KEY_B);
633 dw_fde_start_addrS = get_dw_fde_start_addrS (sframe_fde->dw_fde);
634 dw_fde_end_addrS = get_dw_fde_end_addrS (sframe_fde->dw_fde);
666 pauth_key = (get_dw_fde_pauth_b_key_p (sframe_fde->dw_fde)
805 output_sframe_row_entry (get_dw_fde_start_addrS (sframe_fde->dw_fde),
806 get_dw_fde_end_addrS (sframe_fde->dw_fde),
866 xlate_ctx->dw_fde = NULL;
890 sframe_fde->dw_fde = xlate_ctx->dw_fde;
1017 get_dw_fde_start_addrS (xlate_ctx->dw_fde));
1806 const struct fde_entry *dw_fde)
1811 xlate_ctx->dw_fde = dw_fde;
1814 if (xlate_ctx->dw_fde->return_column != DWARF2_DEFAULT_RETURN_COLUMN)
1817 xlate_ctx->dw_fde->return_column);
1822 for (cfi_insn = dw_fde->data; cfi_insn; cfi_insn = cfi_insn->next)
1845 = get_dw_fde_end_addrS (xlate_ctx->dw_fde);
1879 struct fde_entry *dw_fde = NULL;
1884 for (dw_fde = all_fde_data; dw_fde ; dw_fde = dw_fde->next)
1894 int err = sframe_do_fde (xlate_ctx, dw_fde);