Home | History | Annotate | Download | only in cr16

Lines Matching defs:cie

391 /* Extract any interesting information from the CIE for the translation
396 extract_cie_info (const struct dwarf_cie *cie, struct _Unwind_Context *context,
399 const unsigned char *aug = cie->augmentation;
415 follows for CIE version >= 4 address size byte and
417 if (__builtin_expect (cie->version >= 4, 0))
429 if (cie->version == 1)
467 /* "P" indicates a personality routine in the CIE augmentation. */
919 CIE info, and the PC range to evaluate. */
929 /* Don't allow remember/restore between CIE and FDE programs. */
1000 /* FIXME, this is wrong; the CIE might have said that the
1183 const struct dwarf_cie *cie;
1209 cie = get_cie (fde);
1210 insn = extract_cie_info (cie, context, fs);
1212 /* CIE contained unknown augmentation. */
1215 /* First decode all the insns in the CIE. */
1216 end = (const unsigned char *) next_fde ((const struct dwarf_fde *) cie);