Lines Matching defs:fde_encoding
456 int fde_encoding;
460 fde_encoding = ASM_PREFERRED_EH_DATA_FORMAT (/*code=*/1,
467 || ((fde_encoding & 0x70) != DW_EH_PE_absptr
468 && (fde_encoding & 0x70) != DW_EH_PE_aligned
600 char *section_start_label, int fde_encoding, char *augmentation,
636 dw2_asm_output_encoded_addr_rtx (fde_encoding, sym_ref, false,
638 dw2_asm_output_delta (size_of_encoded_value (fde_encoding),
657 + 2 * size_of_encoded_value (fde_encoding)
765 int fde_encoding = DW_EH_PE_absptr;
860 fde_encoding = ASM_PREFERRED_EH_DATA_FORMAT (/*code=*/1, /*global=*/0);
876 if (fde_encoding != DW_EH_PE_absptr)
940 if (fde_encoding != DW_EH_PE_absptr)
941 dw2_asm_output_data (1, fde_encoding, "FDE Encoding (%s)",
942 eh_data_format_name (fde_encoding));
963 output_fde (fde, for_eh, k, section_start_label, fde_encoding,